Html Css Color HEX #115390 Dark Cerulean

📋 copy color: '#115390'

red 17 ◦ green 83 ◦ blue 144

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

Shades of Dark Cerulean #115390

Tints of Dark Cerulean #115390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.02%

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

R = 6.97%
G = 34.02%
B = 59.02%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#115390 (or 0x115390) is known color: Dark Cerulean. HEX triplet: 11, 53 and 90. RGB value is (17,83,144). Sum of RGB (Red+Green+Blue) = 17+83+144=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #115390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115390 is #EEAC6F. Grayscale: #454545. Windows color (decimal): -15641712 or 9458449. OLE color: 9458449.

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

Color convert

RGB 17 83 144 -
CMYK 0.88 0.42 0 0.44
HSL 208.82º 0.79% 0.32% -
HSV(B) 208.82º 0.88% 0.56% -
XYZ 8.36 8.32 27.55 -
YUV 70.22 169.63 90.04 -
System Red Green Blue C M Y K H S L
Decimal 17 83 144 0.88 0.42 0 0.44 208.82 0.79 0.32
Hex 11 53 90 58 2A 0 2C D1 4F 20
Octal 21 123 220 130 52 0 54 321 117 40
Binary 10001 1010011 10010000 1011000 101010 0 101100 11010001 1001111 100000

Color Harmonies of #115390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115390

Black with #115390

Text Example


Text Example

White with #115390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115390; }

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

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

background-color css

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

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

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

border-color css

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

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

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