#10508B

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

Shades of Dark Cerulean #10508B

Tints of Dark Cerulean #10508B

Color information

#10508B (or 0x10508B) is unknown color: approx Dark Cerulean. HEX triplet: 10, 50 and 8B. RGB value is (16,80,139). Sum of RGB (Red+Green+Blue) = 16+80+139=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #10508B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10508B is #EFAF74. Grayscale: #434343. Windows color (decimal): -15708021 or 9130000. OLE color: 9130000.

HSL color Cylindrical-coordinate representation of color #10508B: hue angle of 208.78º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10508B is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1680139-
CMYK0.880.4200.45
HSL208.78º79.35%30.39%-
HSV(B)208.78º88.49%54.51%-
XYZ7.747.7125.51-
YUV67.59168.391.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.81%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 139 (54.69% from 255) = 59.15%
R=6.81%
G=34.04%
B=59.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16801390.880.4200.45208.7879.3530.39
Hex10508B582A02Dd14f1e
Octal201202131305205532111736
Binary100001010000100010111011000101010010110111010001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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