Html Css Color HEX #115190 Dark Cerulean

📋 copy color: '#115190'

red 17 ◦ green 81 ◦ blue 144

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

Shades of Dark Cerulean #115190

Tints of Dark Cerulean #115190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 59.5%

R = 7.02%
G = 33.47%
B = 59.5%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#115190 (or 0x115190) is known color: Dark Cerulean. HEX triplet: 11, 51 and 90. RGB value is (17,81,144). Sum of RGB (Red+Green+Blue) = 17+81+144=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #115190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115190 is #EEAE6F. Grayscale: #444444. Windows color (decimal): -15642224 or 9457937. OLE color: 9457937.

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

Color convert

RGB 17 81 144 -
CMYK 0.88 0.44 0 0.44
HSL 209.76º 0.79% 0.32% -
HSV(B) 209.76º 0.88% 0.56% -
XYZ 8.21 8.02 27.5 -
YUV 69.05 170.3 90.88 -
System Red Green Blue C M Y K H S L
Decimal 17 81 144 0.88 0.44 0 0.44 209.76 0.79 0.32
Hex 11 51 90 58 2C 0 2C D2 4F 20
Octal 21 121 220 130 54 0 54 322 117 40
Binary 10001 1010001 10010000 1011000 101100 0 101100 11010010 1001111 100000

Color Harmonies of #115190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115190

Black with #115190

Text Example


Text Example

White with #115190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115190; }

 p { color: rgb(17,81,144); }

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

background-color css

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

 a { background-color: rgb(17,81,144); }

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

border-color css

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

 span { border-color: rgb(17,81,144); }

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