#10508E

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

Shades of Dark Cerulean #10508E

Tints of Dark Cerulean #10508E

Color information

#10508E (or 0x10508E) is unknown color: approx Dark Cerulean. HEX triplet: 10, 50 and 8E. RGB value is (16,80,142). Sum of RGB (Red+Green+Blue) = 16+80+142=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #10508E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10508E is #EFAF71. Grayscale: #434343. Windows color (decimal): -15708018 or 9326608. OLE color: 9326608.

HSL color Cylindrical-coordinate representation of color #10508E: hue angle of 209.52º 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 #10508E is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1680142-
CMYK0.890.4400.44
HSL209.52º79.75%30.98%-
HSV(B)209.52º88.73%55.69%-
XYZ7.967.826.68-
YUV67.93169.890.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.72%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 142 (55.86% from 255) = 59.66%
R=6.72%
G=33.61%
B=59.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16801420.890.4400.44209.5279.7530.98
Hex10508E592C02Cd2501f
Octal201202161315405432212037
Binary100001010000100011101011001101100010110011010010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10508E; }

 p { color: rgb(16,80,142); }

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

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

 a { background-color: rgb(16,80,142); }

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

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

 span { border-color: rgb(16,80,142); }

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