Html Css Color HEX #065191 Dark Cerulean

📋 copy color: '#065191'

red 6 ◦ green 81 ◦ blue 145

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

Shades of Dark Cerulean #065191

Tints of Dark Cerulean #065191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.91%

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

R = 2.59%
G = 34.91%
B = 62.5%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#065191 (or 0x065191) is known color: Dark Cerulean. HEX triplet: 06, 51 and 91. RGB value is (6,81,145). Sum of RGB (Red+Green+Blue) = 6+81+145=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #065191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065191 is #F9AE6E. Grayscale: #414141. Windows color (decimal): -16363119 or 9523462. OLE color: 9523462.

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

Color convert

RGB 6 81 145 -
CMYK 0.96 0.44 0 0.43
HSL 207.63º 0.92% 0.3% -
HSV(B) 207.63º 0.96% 0.57% -
XYZ 8.13 7.97 27.9 -
YUV 65.87 172.65 85.3 -
System Red Green Blue C M Y K H S L
Decimal 6 81 145 0.96 0.44 0 0.43 207.63 0.92 0.3
Hex 6 51 91 60 2C 0 2B D0 5C 1E
Octal 6 121 221 140 54 0 53 320 134 36
Binary 110 1010001 10010001 1100000 101100 0 101011 11010000 1011100 11110

Color Harmonies of #065191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065191

Black with #065191

Text Example


Text Example

White with #065191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065191; }

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

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

background-color css

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

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

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

border-color css

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

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

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