Html Css Color HEX #064591 Dark Cerulean

📋 copy color: '#064591'

red 6 ◦ green 69 ◦ blue 145

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

Shades of Dark Cerulean #064591

Tints of Dark Cerulean #064591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.36%

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

R = 2.73%
G = 31.36%
B = 65.91%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#064591 (or 0x064591) is known color: Dark Cerulean. HEX triplet: 06, 45 and 91. RGB value is (6,69,145). Sum of RGB (Red+Green+Blue) = 6+69+145=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 145 (57.03% from 255 or 65.91% from 220); Max value from RGB is 145 - color contains mainly: blue. Hex color #064591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064591 is #F9BA6E. Grayscale: #3A3A3A. Windows color (decimal): -16366191 or 9520390. OLE color: 9520390.

HSL color Cylindrical-coordinate representation of color #064591: hue angle of 212.81º 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 #064591 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 69 145 -
CMYK 0.96 0.52 0 0.43
HSL 212.81º 0.92% 0.3% -
HSV(B) 212.81º 0.96% 0.57% -
XYZ 7.31 6.34 27.63 -
YUV 58.83 176.63 90.32 -
System Red Green Blue C M Y K H S L
Decimal 6 69 145 0.96 0.52 0 0.43 212.81 0.92 0.3
Hex 6 45 91 60 34 0 2B D5 5C 1E
Octal 6 105 221 140 64 0 53 325 134 36
Binary 110 1000101 10010001 1100000 110100 0 101011 11010101 1011100 11110

Color Harmonies of #064591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064591

Black with #064591

Text Example


Text Example

White with #064591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064591; }

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

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

background-color css

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

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

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

border-color css

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

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

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