#114272

Color #114272 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #114272

Tints of Dark Cerulean #114272

Color information

#114272 (or 0x114272) is unknown color: approx Dark Cerulean. HEX triplet: 11, 42 and 72. RGB value is (17,66,114). Sum of RGB (Red+Green+Blue) = 17+66+114=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #114272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114272 is #EEBD8D. Grayscale: #383838. Windows color (decimal): -15646094 or 7488017. OLE color: 7488017.

HSL color Cylindrical-coordinate representation of color #114272: hue angle of 209.69º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114272 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1766114-
CMYK0.850.4200.55
HSL209.69º74.05%25.69%-
HSV(B)209.69º85.09%44.71%-
XYZ5.225.2316.65-
YUV56.82160.2799.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.63%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=8.63%
G=33.50%
B=57.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17661140.850.4200.55209.6974.0525.69
Hex114272552A037d24a1a
Octal211021621255206732211232
Binary10001100001011100101010101101010011011111010010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114272; }

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

 H1.HeaderClassName
 {
   color: #114272;
 }
 .AnyTagClassName
 {
   color: #114272;
 }
</style>
background-color css

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

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

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

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

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

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