#063A74

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

Shades of Dark Cerulean #063A74

Tints of Dark Cerulean #063A74

Color information

#063A74 (or 0x063A74) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3A and 74. RGB value is (6,58,116). Sum of RGB (Red+Green+Blue) = 6+58+116=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 116 (45.70% from 255 or 64.44% from 180); Max value from RGB is 116 - color contains mainly: blue. Hex color #063A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A74 is #F9C58B. Grayscale: #303030. Windows color (decimal): -16369036 or 7617030. OLE color: 7617030.

HSL color Cylindrical-coordinate representation of color #063A74: hue angle of 211.64º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063A74 is Cyan = 0.95, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB658116-
CMYK0.950.500.55
HSL211.64º90.16%23.92%-
HSV(B)211.64º94.83%45.49%-
XYZ4.744.3317.11-
YUV49.06165.7797.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 58 (23.05% from 255) = 32.22%
BLUE value IS 116 (45.70% from 255) = 64.44%
R=3.33%
G=32.22%
B=64.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6581160.950.500.55211.6490.1623.92
Hex63A745F32037d45a18
Octal6721641376206732413230
Binary11011101011101001011111110010011011111010100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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