Html Css Color HEX #065591 Dark Cerulean

📋 copy color: '#065591'

red 6 ◦ green 85 ◦ blue 145

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

Shades of Dark Cerulean #065591

Tints of Dark Cerulean #065591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

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

R = 2.54%
G = 36.02%
B = 61.44%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#065591 (or 0x065591) is known color: Dark Cerulean. HEX triplet: 06, 55 and 91. RGB value is (6,85,145). Sum of RGB (Red+Green+Blue) = 6+85+145=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #065591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065591 is #F9AA6E. Grayscale: #434343. Windows color (decimal): -16362095 or 9524486. OLE color: 9524486.

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

Color convert

RGB 6 85 145 -
CMYK 0.96 0.41 0 0.43
HSL 205.9º 0.92% 0.3% -
HSV(B) 205.9º 0.96% 0.57% -
XYZ 8.43 8.58 28 -
YUV 68.22 171.33 83.62 -
System Red Green Blue C M Y K H S L
Decimal 6 85 145 0.96 0.41 0 0.43 205.9 0.92 0.3
Hex 6 55 91 60 29 0 2B CE 5C 1E
Octal 6 125 221 140 51 0 53 316 134 36
Binary 110 1010101 10010001 1100000 101001 0 101011 11001110 1011100 11110

Color Harmonies of #065591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065591

Black with #065591

Text Example


Text Example

White with #065591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065591; }

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

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

background-color css

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

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

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

border-color css

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

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

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