Html Css Color HEX #063C72 Dark Cerulean

📋 copy color: '#063C72'

red 6 ◦ green 60 ◦ blue 114

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

Shades of Dark Cerulean #063C72

Tints of Dark Cerulean #063C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 63.33%

R = 3.33%
G = 33.33%
B = 63.33%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#063C72 (or 0x063C72) is known color: Dark Cerulean. HEX triplet: 06, 3C and 72. RGB value is (6,60,114). Sum of RGB (Red+Green+Blue) = 6+60+114=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #063C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C72 is #F9C38D. Grayscale: #313131. Windows color (decimal): -16368526 or 7486470. OLE color: 7486470.

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

Color convert

RGB 6 60 114 -
CMYK 0.95 0.47 0 0.55
HSL 210º 0.9% 0.24% -
HSV(B) 210º 0.95% 0.45% -
XYZ 4.73 4.49 16.54 -
YUV 50.01 164.11 96.61 -
System Red Green Blue C M Y K H S L
Decimal 6 60 114 0.95 0.47 0 0.55 210 0.9 0.24
Hex 6 3C 72 5F 2F 0 37 D2 5A 18
Octal 6 74 162 137 57 0 67 322 132 30
Binary 110 111100 1110010 1011111 101111 0 110111 11010010 1011010 11000

Color Harmonies of #063C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C72

Black with #063C72

Text Example


Text Example

White with #063C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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