Html Css Color HEX #065B91 Dark Cerulean

📋 copy color: '#065B91'

red 6 ◦ green 91 ◦ blue 145

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

Shades of Dark Cerulean #065B91

Tints of Dark Cerulean #065B91

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.6%

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

R = 2.48%
G = 37.6%
B = 59.92%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#065B91 (or 0x065B91) is known color: Dark Cerulean. HEX triplet: 06, 5B and 91. RGB value is (6,91,145). Sum of RGB (Red+Green+Blue) = 6+91+145=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #065B91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B91 is #F9A46E. Grayscale: #474747. Windows color (decimal): -16360559 or 9526022. OLE color: 9526022.

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

Color convert

RGB 6 91 145 -
CMYK 0.96 0.37 0 0.43
HSL 203.31º 0.92% 0.3% -
HSV(B) 203.31º 0.96% 0.57% -
XYZ 8.93 9.57 28.16 -
YUV 71.74 169.34 81.11 -
System Red Green Blue C M Y K H S L
Decimal 6 91 145 0.96 0.37 0 0.43 203.31 0.92 0.3
Hex 6 5B 91 60 25 0 2B CB 5C 1E
Octal 6 133 221 140 45 0 53 313 134 36
Binary 110 1011011 10010001 1100000 100101 0 101011 11001011 1011100 11110

Color Harmonies of #065B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B91

Black with #065B91

Text Example


Text Example

White with #065B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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