Html Css Color HEX #065091 Dark Cerulean

📋 copy color: '#065091'

red 6 ◦ green 80 ◦ blue 145

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

Shades of Dark Cerulean #065091

Tints of Dark Cerulean #065091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

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

R = 2.6%
G = 34.63%
B = 62.77%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#065091 (or 0x065091) is known color: Dark Cerulean. HEX triplet: 06, 50 and 91. RGB value is (6,80,145). Sum of RGB (Red+Green+Blue) = 6+80+145=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #065091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065091 is #F9AF6E. Grayscale: #404040. Windows color (decimal): -16363375 or 9523206. OLE color: 9523206.

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

Color convert

RGB 6 80 145 -
CMYK 0.96 0.45 0 0.43
HSL 208.06º 0.92% 0.3% -
HSV(B) 208.06º 0.96% 0.57% -
XYZ 8.05 7.82 27.87 -
YUV 65.28 172.98 85.71 -
System Red Green Blue C M Y K H S L
Decimal 6 80 145 0.96 0.45 0 0.43 208.06 0.92 0.3
Hex 6 50 91 60 2D 0 2B D0 5C 1E
Octal 6 120 221 140 55 0 53 320 134 36
Binary 110 1010000 10010001 1100000 101101 0 101011 11010000 1011100 11110

Color Harmonies of #065091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065091

Black with #065091

Text Example


Text Example

White with #065091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065091; }

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

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

background-color css

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

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

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

border-color css

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

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

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