Html Css Color HEX #064074 Dark Cerulean

📋 copy color: '#064074'

red 6 ◦ green 64 ◦ blue 116

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

Shades of Dark Cerulean #064074

Tints of Dark Cerulean #064074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.41%

 BLUE value IS 116 (45.7% from 255) = 62.37%

R = 3.23%
G = 34.41%
B = 62.37%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#064074 (or 0x064074) is known color: Dark Cerulean. HEX triplet: 06, 40 and 74. RGB value is (6,64,116). Sum of RGB (Red+Green+Blue) = 6+64+116=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #064074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064074 is #F9BF8B. Grayscale: #343434. Windows color (decimal): -16367500 or 7618566. OLE color: 7618566.

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

Color convert

RGB 6 64 116 -
CMYK 0.95 0.45 0 0.55
HSL 208.36º 0.9% 0.24% -
HSV(B) 208.36º 0.95% 0.45% -
XYZ 5.06 4.97 17.21 -
YUV 52.59 163.78 94.77 -
System Red Green Blue C M Y K H S L
Decimal 6 64 116 0.95 0.45 0 0.55 208.36 0.9 0.24
Hex 6 40 74 5F 2D 0 37 D0 5A 18
Octal 6 100 164 137 55 0 67 320 132 30
Binary 110 1000000 1110100 1011111 101101 0 110111 11010000 1011010 11000

Color Harmonies of #064074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064074

Black with #064074

Text Example


Text Example

White with #064074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064074; }

 p { color: rgb(6,64,116); }

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

background-color css

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

 a { background-color: rgb(6,64,116); }

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

border-color css

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

 span { border-color: rgb(6,64,116); }

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