Html Css Color HEX #063C87 Dark Cerulean

📋 copy color: '#063C87'

red 6 ◦ green 60 ◦ blue 135

#063C87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #063C87

Tints of Dark Cerulean #063C87

RGB

 RED value IS 6 (2.73% from 255) = 2.99%

 GREEN value IS 60 (23.83% from 255) = 29.85%

 BLUE value IS 135 (53.13% from 255) = 67.16%

R = 2.99%
G = 29.85%
B = 67.16%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#063C87 (or 0x063C87) is known color: Dark Cerulean. HEX triplet: 06, 3C and 87. RGB value is (6,60,135). Sum of RGB (Red+Green+Blue) = 6+60+135=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 135 (53.12% from 255 or 67.16% from 201); Max value from RGB is 135 - color contains mainly: blue. Hex color #063C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C87 is #F9C378. Grayscale: #343434. Windows color (decimal): -16368505 or 8862726. OLE color: 8862726.

HSL color Cylindrical-coordinate representation of color #063C87: hue angle of 214.88º 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 #063C87 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 60 135 -
CMYK 0.96 0.56 0 0.47
HSL 214.88º 0.91% 0.28% -
HSV(B) 214.88º 0.96% 0.53% -
XYZ 6.06 5.02 23.57 -
YUV 52.4 174.61 94.9 -
System Red Green Blue C M Y K H S L
Decimal 6 60 135 0.96 0.56 0 0.47 214.88 0.91 0.28
Hex 6 3C 87 60 38 0 2F D7 5B 1C
Octal 6 74 207 140 70 0 57 327 133 34
Binary 110 111100 10000111 1100000 111000 0 101111 11010111 1011011 11100

Color Harmonies of #063C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C87

Black with #063C87

Text Example


Text Example

White with #063C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #063C87;
 }
 .AnyTagClassName
 {
   color: #063C87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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