Html Css Color HEX #114575 Dark Cerulean

📋 copy color: '#114575'

red 17 ◦ green 69 ◦ blue 117

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

Shades of Dark Cerulean #114575

Tints of Dark Cerulean #114575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.99%

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

R = 8.37%
G = 33.99%
B = 57.64%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#114575 (or 0x114575) is known color: Dark Cerulean. HEX triplet: 11, 45 and 75. RGB value is (17,69,117). Sum of RGB (Red+Green+Blue) = 17+69+117=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #114575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114575 is #EEBA8A. Grayscale: #3A3A3A. Windows color (decimal): -15645323 or 7685393. OLE color: 7685393.

HSL color Cylindrical-coordinate representation of color #114575: hue angle of 208.8º 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 #114575 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 69 117 -
CMYK 0.85 0.41 0 0.54
HSL 208.8º 0.75% 0.26% -
HSV(B) 208.8º 0.85% 0.46% -
XYZ 5.57 5.66 17.63 -
YUV 58.92 160.77 98.1 -
System Red Green Blue C M Y K H S L
Decimal 17 69 117 0.85 0.41 0 0.54 208.8 0.75 0.26
Hex 11 45 75 55 29 0 36 D1 4B 1A
Octal 21 105 165 125 51 0 66 321 113 32
Binary 10001 1000101 1110101 1010101 101001 0 110110 11010001 1001011 11010

Color Harmonies of #114575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114575

Black with #114575

Text Example


Text Example

White with #114575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114575; }

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

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

background-color css

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

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

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

border-color css

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

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

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