#114373

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

Shades of Dark Cerulean #114373

Tints of Dark Cerulean #114373

Color information

#114373 (or 0x114373) is unknown color: approx Dark Cerulean. HEX triplet: 11, 43 and 73. RGB value is (17,67,115). Sum of RGB (Red+Green+Blue) = 17+67+115=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #114373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114373 is #EEBC8C. Grayscale: #393939. Windows color (decimal): -15645837 or 7553809. OLE color: 7553809.

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

Color convert

RGB1767115-
CMYK0.850.4200.55
HSL209.39º74.24%25.88%-
HSV(B)209.39º85.22%45.1%-
XYZ5.335.3716.98-
YUV57.52160.4499.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.54%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 115 (45.31% from 255) = 57.79%
R=8.54%
G=33.67%
B=57.79%

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
Decimal17671150.850.4200.55209.3974.2425.88
Hex114373552A037d14a1a
Octal211031631255206732111232
Binary10001100001111100111010101101010011011111010001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114373; }

 p { color: rgb(17,67,115); }

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

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

 a { background-color: rgb(17,67,115); }

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

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

 span { border-color: rgb(17,67,115); }

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