Html Css Color HEX #065D91 Dark Cerulean

📋 copy color: '#065D91'

red 6 ◦ green 93 ◦ blue 145

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

Shades of Dark Cerulean #065D91

Tints of Dark Cerulean #065D91

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.11%

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

R = 2.46%
G = 38.11%
B = 59.43%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#065D91 (or 0x065D91) is known color: Dark Cerulean. HEX triplet: 06, 5D and 91. RGB value is (6,93,145). Sum of RGB (Red+Green+Blue) = 6+93+145=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #065D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065D91 is #F9A26E. Grayscale: #484848. Windows color (decimal): -16360047 or 9526534. OLE color: 9526534.

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

Color convert

RGB 6 93 145 -
CMYK 0.96 0.36 0 0.43
HSL 202.45º 0.92% 0.3% -
HSV(B) 202.45º 0.96% 0.57% -
XYZ 9.1 9.91 28.22 -
YUV 72.92 168.68 80.27 -
System Red Green Blue C M Y K H S L
Decimal 6 93 145 0.96 0.36 0 0.43 202.45 0.92 0.3
Hex 6 5D 91 60 24 0 2B CA 5C 1E
Octal 6 135 221 140 44 0 53 312 134 36
Binary 110 1011101 10010001 1100000 100100 0 101011 11001010 1011100 11110

Color Harmonies of #065D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065D91

Black with #065D91

Text Example


Text Example

White with #065D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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