Html Css Color HEX #115291 Dark Cerulean

📋 copy color: '#115291'

red 17 ◦ green 82 ◦ blue 145

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

Shades of Dark Cerulean #115291

Tints of Dark Cerulean #115291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.61%

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

R = 6.97%
G = 33.61%
B = 59.43%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#115291 (or 0x115291) is known color: Dark Cerulean. HEX triplet: 11, 52 and 91. RGB value is (17,82,145). Sum of RGB (Red+Green+Blue) = 17+82+145=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 82 (32.42% from 255 or 33.61% 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 #115291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115291 is #EEAD6E. Grayscale: #454545. Windows color (decimal): -15641967 or 9523729. OLE color: 9523729.

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

Color convert

RGB 17 82 145 -
CMYK 0.88 0.43 0 0.43
HSL 209.53º 0.79% 0.32% -
HSV(B) 209.53º 0.88% 0.57% -
XYZ 8.36 8.2 27.93 -
YUV 69.75 170.47 90.38 -
System Red Green Blue C M Y K H S L
Decimal 17 82 145 0.88 0.43 0 0.43 209.53 0.79 0.32
Hex 11 52 91 58 2B 0 2B D2 4F 20
Octal 21 122 221 130 53 0 53 322 117 40
Binary 10001 1010010 10010001 1011000 101011 0 101011 11010010 1001111 100000

Color Harmonies of #115291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115291

Black with #115291

Text Example


Text Example

White with #115291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115291; }

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

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

background-color css

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

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

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

border-color css

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

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

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