#063A7C

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

Shades of Dark Cerulean #063A7C

Tints of Dark Cerulean #063A7C

Color information

#063A7C (or 0x063A7C) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3A and 7C. RGB value is (6,58,124). Sum of RGB (Red+Green+Blue) = 6+58+124=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #063A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A7C is #F9C583. Grayscale: #313131. Windows color (decimal): -16369028 or 8141318. OLE color: 8141318.

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

Color convert

RGB658124-
CMYK0.950.5300.51
HSL213.56º90.77%25.49%-
HSV(B)213.56º95.16%48.63%-
XYZ5.234.5219.67-
YUV49.98169.7796.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 124 (48.83% from 255) = 65.96%
R=3.19%
G=30.85%
B=65.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6581240.950.5300.51213.5690.7725.49
Hex63A7C5F35033d65b19
Octal6721741376506332613331
Binary11011101011111001011111110101011001111010110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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