Html Css Color HEX #115095 Dark Cerulean

📋 copy color: '#115095'

red 17 ◦ green 80 ◦ blue 149

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

Shades of Dark Cerulean #115095

Tints of Dark Cerulean #115095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 60.57%

R = 6.91%
G = 32.52%
B = 60.57%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115095 (or 0x115095) is known color: Dark Cerulean. HEX triplet: 11, 50 and 95. RGB value is (17,80,149). Sum of RGB (Red+Green+Blue) = 17+80+149=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #115095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115095 is #EEAF6A. Grayscale: #444444. Windows color (decimal): -15642475 or 9785361. OLE color: 9785361.

HSL color Cylindrical-coordinate representation of color #115095: hue angle of 211.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115095 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 80 149 -
CMYK 0.89 0.46 0 0.42
HSL 211.36º 0.8% 0.33% -
HSV(B) 211.36º 0.89% 0.58% -
XYZ 8.52 8.03 29.53 -
YUV 69.03 173.13 90.89 -
System Red Green Blue C M Y K H S L
Decimal 17 80 149 0.89 0.46 0 0.42 211.36 0.8 0.33
Hex 11 50 95 59 2E 0 2A D3 50 21
Octal 21 120 225 131 56 0 52 323 120 41
Binary 10001 1010000 10010101 1011001 101110 0 101010 11010011 1010000 100001

Color Harmonies of #115095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115095

Black with #115095

Text Example


Text Example

White with #115095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115095; }

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

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

background-color css

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

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

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

border-color css

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

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

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