#10528F

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

Shades of Dark Cerulean #10528F

Tints of Dark Cerulean #10528F

Color information

#10528F (or 0x10528F) is unknown color: approx Dark Cerulean. HEX triplet: 10, 52 and 8F. RGB value is (16,82,143). Sum of RGB (Red+Green+Blue) = 16+82+143=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #10528F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10528F is #EFAD70. Grayscale: #444444. Windows color (decimal): -15707505 or 9392656. OLE color: 9392656.

HSL color Cylindrical-coordinate representation of color #10528F: hue angle of 208.82º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10528F is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1682143-
CMYK0.890.4300.44
HSL208.82º79.87%31.18%-
HSV(B)208.82º88.81%56.08%-
XYZ8.198.1327.12-
YUV69.22169.6390.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.64%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 143 (56.25% from 255) = 59.34%
R=6.64%
G=34.02%
B=59.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16821430.890.4300.44208.8279.8731.18
Hex10528F592B02Cd1501f
Octal201222171315305432112037
Binary100001010010100011111011001101011010110011010001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10528F; }

 p { color: rgb(16,82,143); }

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

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

 a { background-color: rgb(16,82,143); }

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

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

 span { border-color: rgb(16,82,143); }

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