Html Css Color HEX #115485 Dark Cerulean

📋 copy color: '#115485'

red 17 ◦ green 84 ◦ blue 133

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

Shades of Dark Cerulean #115485

Tints of Dark Cerulean #115485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.9%

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

R = 7.26%
G = 35.9%
B = 56.84%

CMYK

 C value IS 0.87

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#115485 (or 0x115485) is known color: Dark Cerulean. HEX triplet: 11, 54 and 85. RGB value is (17,84,133). Sum of RGB (Red+Green+Blue) = 17+84+133=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #115485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115485 is #EEAB7A. Grayscale: #454545. Windows color (decimal): -15641467 or 8737809. OLE color: 8737809.

HSL color Cylindrical-coordinate representation of color #115485: hue angle of 205.34º 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 #115485 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 84 133 -
CMYK 0.87 0.37 0 0.48
HSL 205.34º 0.77% 0.29% -
HSV(B) 205.34º 0.87% 0.52% -
XYZ 7.64 8.15 23.36 -
YUV 69.55 163.8 90.52 -
System Red Green Blue C M Y K H S L
Decimal 17 84 133 0.87 0.37 0 0.48 205.34 0.77 0.29
Hex 11 54 85 57 25 0 30 CD 4D 1D
Octal 21 124 205 127 45 0 60 315 115 35
Binary 10001 1010100 10000101 1010111 100101 0 110000 11001101 1001101 11101

Color Harmonies of #115485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115485

Black with #115485

Text Example


Text Example

White with #115485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115485; }

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

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

background-color css

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

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

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

border-color css

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

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

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