Html Css Color HEX #114275 Dark Cerulean

📋 copy color: '#114275'

red 17 ◦ green 66 ◦ blue 117

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

Shades of Dark Cerulean #114275

Tints of Dark Cerulean #114275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33%

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

R = 8.5%
G = 33%
B = 58.5%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#114275 (or 0x114275) is known color: Dark Cerulean. HEX triplet: 11, 42 and 75. RGB value is (17,66,117). Sum of RGB (Red+Green+Blue) = 17+66+117=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #114275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114275 is #EEBD8A. Grayscale: #383838. Windows color (decimal): -15646091 or 7684625. OLE color: 7684625.

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

Color convert

RGB 17 66 117 -
CMYK 0.85 0.44 0 0.54
HSL 210.6º 0.75% 0.26% -
HSV(B) 210.6º 0.85% 0.46% -
XYZ 5.39 5.3 17.57 -
YUV 57.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 17 66 117 0.85 0.44 0 0.54 210.6 0.75 0.26
Hex 11 42 75 55 2C 0 36 D3 4B 1A
Octal 21 102 165 125 54 0 66 323 113 32
Binary 10001 1000010 1110101 1010101 101100 0 110110 11010011 1001011 11010

Color Harmonies of #114275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114275

Black with #114275

Text Example


Text Example

White with #114275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114275; }

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

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

background-color css

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

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

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

border-color css

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

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

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