#114385

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

Shades of Dark Cerulean #114385

Tints of Dark Cerulean #114385

Color information

#114385 (or 0x114385) is unknown color: approx Dark Cerulean. HEX triplet: 11, 43 and 85. RGB value is (17,67,133). Sum of RGB (Red+Green+Blue) = 17+67+133=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #114385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114385 is #EEBC7A. Grayscale: #3B3B3B. Windows color (decimal): -15645819 or 8733457. OLE color: 8733457.

HSL color Cylindrical-coordinate representation of color #114385: hue angle of 214.14º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114385 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1767133-
CMYK0.870.5000.48
HSL214.14º77.33%29.41%-
HSV(B)214.14º87.22%52.16%-
XYZ6.475.8322.97-
YUV59.57169.4497.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.83%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 133 (52.34% from 255) = 61.29%
R=7.83%
G=30.88%
B=61.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17671330.870.5000.48214.1477.3329.41
Hex1143855732030d64d1d
Octal211032051276206032611535
Binary100011000011100001011010111110010011000011010110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114385; }

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

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

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

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

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

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

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

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