Html Css Color HEX #115287 Dark Cerulean

📋 copy color: '#115287'

red 17 ◦ green 82 ◦ blue 135

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

Shades of Dark Cerulean #115287

Tints of Dark Cerulean #115287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 57.69%

R = 7.26%
G = 35.04%
B = 57.69%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#115287 (or 0x115287) is known color: Dark Cerulean. HEX triplet: 11, 52 and 87. RGB value is (17,82,135). Sum of RGB (Red+Green+Blue) = 17+82+135=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #115287 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115287 is #EEAD78. Grayscale: #444444. Windows color (decimal): -15641977 or 8868369. OLE color: 8868369.

HSL color Cylindrical-coordinate representation of color #115287: hue angle of 206.95º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115287 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 82 135 -
CMYK 0.87 0.39 0 0.47
HSL 206.95º 0.78% 0.3% -
HSV(B) 206.95º 0.87% 0.53% -
XYZ 7.62 7.9 24.05 -
YUV 68.61 165.47 91.19 -
System Red Green Blue C M Y K H S L
Decimal 17 82 135 0.87 0.39 0 0.47 206.95 0.78 0.3
Hex 11 52 87 57 27 0 2F CF 4E 1E
Octal 21 122 207 127 47 0 57 317 116 36
Binary 10001 1010010 10000111 1010111 100111 0 101111 11001111 1001110 11110

Color Harmonies of #115287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115287

Black with #115287

Text Example


Text Example

White with #115287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115287; }

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

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

background-color css

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

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

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

border-color css

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

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

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