Html Css Color HEX #064891 Dark Cerulean

📋 copy color: '#064891'

red 6 ◦ green 72 ◦ blue 145

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

Shades of Dark Cerulean #064891

Tints of Dark Cerulean #064891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 65.02%

R = 2.69%
G = 32.29%
B = 65.02%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#064891 (or 0x064891) is known color: Dark Cerulean. HEX triplet: 06, 48 and 91. RGB value is (6,72,145). Sum of RGB (Red+Green+Blue) = 6+72+145=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #064891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064891 is #F9B76E. Grayscale: #3C3C3C. Windows color (decimal): -16365423 or 9521158. OLE color: 9521158.

HSL color Cylindrical-coordinate representation of color #064891: hue angle of 211.51º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064891 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 72 145 -
CMYK 0.96 0.50 0 0.43
HSL 211.51º 0.92% 0.3% -
HSV(B) 211.51º 0.96% 0.57% -
XYZ 7.5 6.72 27.69 -
YUV 60.59 175.63 89.06 -
System Red Green Blue C M Y K H S L
Decimal 6 72 145 0.96 0.50 0 0.43 211.51 0.92 0.3
Hex 6 48 91 60 32 0 2B D4 5C 1E
Octal 6 110 221 140 62 0 53 324 134 36
Binary 110 1001000 10010001 1100000 110010 0 101011 11010100 1011100 11110

Color Harmonies of #064891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064891

Black with #064891

Text Example


Text Example

White with #064891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064891; }

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

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

background-color css

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

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

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

border-color css

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

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

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