Html Css Color HEX #114875 Dark Cerulean

📋 copy color: '#114875'

red 17 ◦ green 72 ◦ blue 117

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

Shades of Dark Cerulean #114875

Tints of Dark Cerulean #114875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.95%

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 8.25%
G = 34.95%
B = 56.8%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#114875 (or 0x114875) is known color: Dark Cerulean. HEX triplet: 11, 48 and 75. RGB value is (17,72,117). Sum of RGB (Red+Green+Blue) = 17+72+117=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #114875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114875 is #EEB78A. Grayscale: #3C3C3C. Windows color (decimal): -15644555 or 7686161. OLE color: 7686161.

HSL color Cylindrical-coordinate representation of color #114875: hue angle of 207º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114875 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 72 117 -
CMYK 0.85 0.38 0 0.54
HSL 207º 0.75% 0.26% -
HSV(B) 207º 0.85% 0.46% -
XYZ 5.76 6.04 17.69 -
YUV 60.69 159.78 96.84 -
System Red Green Blue C M Y K H S L
Decimal 17 72 117 0.85 0.38 0 0.54 207 0.75 0.26
Hex 11 48 75 55 26 0 36 CF 4B 1A
Octal 21 110 165 125 46 0 66 317 113 32
Binary 10001 1001000 1110101 1010101 100110 0 110110 11001111 1001011 11010

Color Harmonies of #114875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114875

Black with #114875

Text Example


Text Example

White with #114875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114875; }

 p { color: rgb(17,72,117); }

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

background-color css

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

 a { background-color: rgb(17,72,117); }

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

border-color css

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

 span { border-color: rgb(17,72,117); }

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