Html Css Color HEX #065491 Dark Cerulean

📋 copy color: '#065491'

red 6 ◦ green 84 ◦ blue 145

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

Shades of Dark Cerulean #065491

Tints of Dark Cerulean #065491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.74%

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

R = 2.55%
G = 35.74%
B = 61.7%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#065491 (or 0x065491) is known color: Dark Cerulean. HEX triplet: 06, 54 and 91. RGB value is (6,84,145). Sum of RGB (Red+Green+Blue) = 6+84+145=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #065491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065491 is #F9AB6E. Grayscale: #434343. Windows color (decimal): -16362351 or 9524230. OLE color: 9524230.

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

Color convert

RGB 6 84 145 -
CMYK 0.96 0.42 0 0.43
HSL 206.33º 0.92% 0.3% -
HSV(B) 206.33º 0.96% 0.57% -
XYZ 8.36 8.42 27.97 -
YUV 67.63 171.66 84.04 -
System Red Green Blue C M Y K H S L
Decimal 6 84 145 0.96 0.42 0 0.43 206.33 0.92 0.3
Hex 6 54 91 60 2A 0 2B CE 5C 1E
Octal 6 124 221 140 52 0 53 316 134 36
Binary 110 1010100 10010001 1100000 101010 0 101011 11001110 1011100 11110

Color Harmonies of #065491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065491

Black with #065491

Text Example


Text Example

White with #065491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065491; }

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

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

background-color css

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

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

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

border-color css

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

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

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