Html Css Color HEX #064A91 Dark Cerulean

📋 copy color: '#064A91'

red 6 ◦ green 74 ◦ blue 145

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

Shades of Dark Cerulean #064A91

Tints of Dark Cerulean #064A91

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.89%

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

R = 2.67%
G = 32.89%
B = 64.44%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#064A91 (or 0x064A91) is known color: Dark Cerulean. HEX triplet: 06, 4A and 91. RGB value is (6,74,145). Sum of RGB (Red+Green+Blue) = 6+74+145=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #064A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064A91 is #F9B56E. Grayscale: #3D3D3D. Windows color (decimal): -16364911 or 9521670. OLE color: 9521670.

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

Color convert

RGB 6 74 145 -
CMYK 0.96 0.49 0 0.43
HSL 210.65º 0.92% 0.3% -
HSV(B) 210.65º 0.96% 0.57% -
XYZ 7.63 6.98 27.73 -
YUV 61.76 174.97 88.23 -
System Red Green Blue C M Y K H S L
Decimal 6 74 145 0.96 0.49 0 0.43 210.65 0.92 0.3
Hex 6 4A 91 60 31 0 2B D3 5C 1E
Octal 6 112 221 140 61 0 53 323 134 36
Binary 110 1001010 10010001 1100000 110001 0 101011 11010011 1011100 11110

Color Harmonies of #064A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A91

Black with #064A91

Text Example


Text Example

White with #064A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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