Html Css Color HEX #064F74 Dark Cerulean

📋 copy color: '#064F74'

red 6 ◦ green 79 ◦ blue 116

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

Shades of Dark Cerulean #064F74

Tints of Dark Cerulean #064F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.3%

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

R = 2.99%
G = 39.3%
B = 57.71%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#064F74 (or 0x064F74) is known color: Dark Cerulean. HEX triplet: 06, 4F and 74. RGB value is (6,79,116). Sum of RGB (Red+Green+Blue) = 6+79+116=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #064F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F74 is #F9B08B. Grayscale: #3D3D3D. Windows color (decimal): -16363660 or 7622406. OLE color: 7622406.

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

Color convert

RGB 6 79 116 -
CMYK 0.95 0.32 0 0.55
HSL 200.18º 0.9% 0.24% -
HSV(B) 200.18º 0.95% 0.45% -
XYZ 6.02 6.89 17.54 -
YUV 61.39 158.82 88.49 -
System Red Green Blue C M Y K H S L
Decimal 6 79 116 0.95 0.32 0 0.55 200.18 0.9 0.24
Hex 6 4F 74 5F 20 0 37 C8 5A 18
Octal 6 117 164 137 40 0 67 310 132 30
Binary 110 1001111 1110100 1011111 100000 0 110111 11001000 1011010 11000

Color Harmonies of #064F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064F74

Black with #064F74

Text Example


Text Example

White with #064F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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