#063A81

Color #063A81 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #063A81

Tints of Dark Cerulean #063A81

Color information

#063A81 (or 0x063A81) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3A and 81. RGB value is (6,58,129). Sum of RGB (Red+Green+Blue) = 6+58+129=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 129 (50.78% from 255 or 66.84% from 193); Max value from RGB is 129 - color contains mainly: blue. Hex color #063A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063A81 is #F9C57E. Grayscale: #323232. Windows color (decimal): -16369023 or 8468998. OLE color: 8468998.

HSL color Cylindrical-coordinate representation of color #063A81: hue angle of 214.63º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063A81 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB658129-
CMYK0.950.5500.49
HSL214.63º91.11%26.47%-
HSV(B)214.63º95.35%50.59%-
XYZ5.554.6521.37-
YUV50.55172.2796.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 3.11%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 129 (50.78% from 255) = 66.84%
R=3.11%
G=30.05%
B=66.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6581290.950.5500.49214.6391.1126.47
Hex63A815F37031d75b1a
Octal6722011376706132713332
Binary110111010100000011011111110111011000111010111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063A81; }

 p { color: rgb(6,58,129); }

 H1.HeaderClassName
 {
   color: #063A81;
 }
 .AnyTagClassName
 {
   color: #063A81;
 }
</style>
background-color css

<style>
 a { background-color: #063A81; }

 a { background-color: rgb(6,58,129); }

 div.DivClassName
 {
   background-color: #063A81;
 }
 .BgClassName
 {
   background-color: #063A81;
 }
</style>
border-color css

<style>
 span { border-color: #063A81; }

 span { border-color: rgb(6,58,129); }

 td.TdClassName
 {
   border-color: #063A81;
 }
 .TagClassName
 {
   border-color: #063A81;
 }
</style>