#10537C

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

Shades of Dark Cerulean #10537C

Tints of Dark Cerulean #10537C

Color information

#10537C (or 0x10537C) is unknown color: approx Dark Cerulean. HEX triplet: 10, 53 and 7C. RGB value is (16,83,124). Sum of RGB (Red+Green+Blue) = 16+83+124=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #10537C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10537C is #EFAC83. Grayscale: #434343. Windows color (decimal): -15707268 or 8147728. OLE color: 8147728.

HSL color Cylindrical-coordinate representation of color #10537C: hue angle of 202.78º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10537C is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1683124-
CMYK0.870.3300.51
HSL202.78º77.14%27.45%-
HSV(B)202.78º87.1%48.63%-
XYZ6.957.7520.2-
YUV67.64159.891.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.17%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 124 (48.83% from 255) = 55.61%
R=7.17%
G=37.22%
B=55.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16831240.870.3300.51202.7877.1427.45
Hex10537C5721033cb4d1b
Octal201231741274106331311533
Binary10000101001111111001010111100001011001111001011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10537C; }

 p { color: rgb(16,83,124); }

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

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

 a { background-color: rgb(16,83,124); }

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

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

 span { border-color: rgb(16,83,124); }

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