Html Css Color HEX #063F76 Dark Cerulean

📋 copy color: '#063F76'

red 6 ◦ green 63 ◦ blue 118

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

Shades of Dark Cerulean #063F76

Tints of Dark Cerulean #063F76

RGB

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

 GREEN value IS 63 (25% from 255) = 33.69%

 BLUE value IS 118 (46.48% from 255) = 63.1%

R = 3.21%
G = 33.69%
B = 63.1%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#063F76 (or 0x063F76) is known color: Dark Cerulean. HEX triplet: 06, 3F and 76. RGB value is (6,63,118). Sum of RGB (Red+Green+Blue) = 6+63+118=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #063F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F76 is #F9C089. Grayscale: #333333. Windows color (decimal): -16367754 or 7749382. OLE color: 7749382.

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

Color convert

RGB 6 63 118 -
CMYK 0.95 0.47 0 0.54
HSL 209.46º 0.9% 0.24% -
HSV(B) 209.46º 0.95% 0.46% -
XYZ 5.12 4.9 17.82 -
YUV 52.23 165.12 95.03 -
System Red Green Blue C M Y K H S L
Decimal 6 63 118 0.95 0.47 0 0.54 209.46 0.9 0.24
Hex 6 3F 76 5F 2F 0 36 D1 5A 18
Octal 6 77 166 137 57 0 66 321 132 30
Binary 110 111111 1110110 1011111 101111 0 110110 11010001 1011010 11000

Color Harmonies of #063F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F76

Black with #063F76

Text Example


Text Example

White with #063F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,63,118); }

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

background-color css

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

 a { background-color: rgb(6,63,118); }

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

border-color css

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

 span { border-color: rgb(6,63,118); }

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