Html Css Color HEX #064976 Dark Cerulean

📋 copy color: '#064976'

red 6 ◦ green 73 ◦ blue 118

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

Shades of Dark Cerulean #064976

Tints of Dark Cerulean #064976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.06%

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

R = 3.05%
G = 37.06%
B = 59.9%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#064976 (or 0x064976) is known color: Dark Cerulean. HEX triplet: 06, 49 and 76. RGB value is (6,73,118). Sum of RGB (Red+Green+Blue) = 6+73+118=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #064976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064976 is #F9B689. Grayscale: #393939. Windows color (decimal): -16365194 or 7751942. OLE color: 7751942.

HSL color Cylindrical-coordinate representation of color #064976: hue angle of 204.11º 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 #064976 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 73 118 -
CMYK 0.95 0.38 0 0.54
HSL 204.11º 0.9% 0.24% -
HSV(B) 204.11º 0.95% 0.46% -
XYZ 5.73 6.11 18.02 -
YUV 58.1 161.8 90.84 -
System Red Green Blue C M Y K H S L
Decimal 6 73 118 0.95 0.38 0 0.54 204.11 0.9 0.24
Hex 6 49 76 5F 26 0 36 CC 5A 18
Octal 6 111 166 137 46 0 66 314 132 30
Binary 110 1001001 1110110 1011111 100110 0 110110 11001100 1011010 11000

Color Harmonies of #064976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064976

Black with #064976

Text Example


Text Example

White with #064976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064976; }

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

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

background-color css

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

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

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

border-color css

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

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

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