Html Css Color HEX #115185 Dark Cerulean

📋 copy color: '#115185'

red 17 ◦ green 81 ◦ blue 133

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

Shades of Dark Cerulean #115185

Tints of Dark Cerulean #115185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 57.58%

R = 7.36%
G = 35.06%
B = 57.58%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#115185 (or 0x115185) is known color: Dark Cerulean. HEX triplet: 11, 51 and 85. RGB value is (17,81,133). Sum of RGB (Red+Green+Blue) = 17+81+133=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #115185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115185 is #EEAE7A. Grayscale: #434343. Windows color (decimal): -15642235 or 8737041. OLE color: 8737041.

HSL color Cylindrical-coordinate representation of color #115185: hue angle of 206.9º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115185 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 81 133 -
CMYK 0.87 0.39 0 0.48
HSL 206.9º 0.77% 0.29% -
HSV(B) 206.9º 0.87% 0.52% -
XYZ 7.41 7.7 23.29 -
YUV 67.79 164.8 91.77 -
System Red Green Blue C M Y K H S L
Decimal 17 81 133 0.87 0.39 0 0.48 206.9 0.77 0.29
Hex 11 51 85 57 27 0 30 CF 4D 1D
Octal 21 121 205 127 47 0 60 317 115 35
Binary 10001 1010001 10000101 1010111 100111 0 110000 11001111 1001101 11101

Color Harmonies of #115185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115185

Black with #115185

Text Example


Text Example

White with #115185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115185; }

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

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

background-color css

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

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

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

border-color css

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

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

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