Html Css Color HEX #064874 Dark Cerulean

📋 copy color: '#064874'

red 6 ◦ green 72 ◦ blue 116

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

Shades of Dark Cerulean #064874

Tints of Dark Cerulean #064874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.11%

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

R = 3.09%
G = 37.11%
B = 59.79%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#064874 (or 0x064874) is known color: Dark Cerulean. HEX triplet: 06, 48 and 74. RGB value is (6,72,116). Sum of RGB (Red+Green+Blue) = 6+72+116=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #064874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064874 is #F9B78B. Grayscale: #393939. Windows color (decimal): -16365452 or 7620614. OLE color: 7620614.

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

Color convert

RGB 6 72 116 -
CMYK 0.95 0.38 0 0.55
HSL 204º 0.9% 0.24% -
HSV(B) 204º 0.95% 0.45% -
XYZ 5.54 5.93 17.38 -
YUV 57.28 161.13 91.42 -
System Red Green Blue C M Y K H S L
Decimal 6 72 116 0.95 0.38 0 0.55 204 0.9 0.24
Hex 6 48 74 5F 26 0 37 CC 5A 18
Octal 6 110 164 137 46 0 67 314 132 30
Binary 110 1001000 1110100 1011111 100110 0 110111 11001100 1011010 11000

Color Harmonies of #064874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064874

Black with #064874

Text Example


Text Example

White with #064874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064874; }

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

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

background-color css

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

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

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

border-color css

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

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

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