#063A87

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

Shades of Dark Cerulean #063A87

Tints of Dark Cerulean #063A87

Color information

#063A87 (or 0x063A87) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3A and 87. RGB value is (6,58,135). Sum of RGB (Red+Green+Blue) = 6+58+135=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 135 (53.12% from 255 or 67.84% from 199); Max value from RGB is 135 - color contains mainly: blue. Hex color #063A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063A87 is #F9C578. Grayscale: #323232. Windows color (decimal): -16369017 or 8862214. OLE color: 8862214.

HSL color Cylindrical-coordinate representation of color #063A87: hue angle of 215.81º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063A87 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB658135-
CMYK0.960.5700.47
HSL215.81º91.49%27.65%-
HSV(B)215.81º95.56%52.94%-
XYZ5.964.8123.54-
YUV51.23175.2795.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.02%
GREEN value IS 58 (23.05% from 255) = 29.15%
BLUE value IS 135 (53.12% from 255) = 67.84%
R=3.02%
G=29.15%
B=67.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6581350.960.5700.47215.8191.4927.65
Hex63A87603902Fd85b1c
Octal6722071407105733013334
Binary110111010100001111100000111001010111111011000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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