Html Css Color HEX #115091 Dark Cerulean

📋 copy color: '#115091'

red 17 ◦ green 80 ◦ blue 145

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

Shades of Dark Cerulean #115091

Tints of Dark Cerulean #115091

RGB

 RED value IS 17 (7.03% from 255) = 7.02%

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

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

R = 7.02%
G = 33.06%
B = 59.92%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#115091 (or 0x115091) is known color: Dark Cerulean. HEX triplet: 11, 50 and 91. RGB value is (17,80,145). Sum of RGB (Red+Green+Blue) = 17+80+145=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 80 (31.64% from 255 or 33.06% 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 #115091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115091 is #EEAF6E. Grayscale: #444444. Windows color (decimal): -15642479 or 9523217. OLE color: 9523217.

HSL color Cylindrical-coordinate representation of color #115091: hue angle of 210.47º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115091 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 80 145 -
CMYK 0.88 0.45 0 0.43
HSL 210.47º 0.79% 0.32% -
HSV(B) 210.47º 0.88% 0.57% -
XYZ 8.21 7.9 27.88 -
YUV 68.57 171.13 91.21 -
System Red Green Blue C M Y K H S L
Decimal 17 80 145 0.88 0.45 0 0.43 210.47 0.79 0.32
Hex 11 50 91 58 2D 0 2B D2 4F 20
Octal 21 120 221 130 55 0 53 322 117 40
Binary 10001 1010000 10010001 1011000 101101 0 101011 11010010 1001111 100000

Color Harmonies of #115091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115091

Black with #115091

Text Example


Text Example

White with #115091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115091; }

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

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

background-color css

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

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

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

border-color css

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

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

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