#105193

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

Shades of Dark Cerulean #105193

Tints of Dark Cerulean #105193

Color information

#105193 (or 0x105193) is unknown color: approx Dark Cerulean. HEX triplet: 10, 51 and 93. RGB value is (16,81,147). Sum of RGB (Red+Green+Blue) = 16+81+147=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #105193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105193 is #EFAE6C. Grayscale: #444444. Windows color (decimal): -15707757 or 9654544. OLE color: 9654544.

HSL color Cylindrical-coordinate representation of color #105193: hue angle of 210.23º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #105193 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1681147-
CMYK0.890.4500.42
HSL210.23º80.37%31.96%-
HSV(B)210.23º89.12%57.65%-
XYZ8.428.128.72-
YUV69.09171.9790.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.56%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 147 (57.81% from 255) = 60.25%
R=6.56%
G=33.20%
B=60.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16811470.890.4500.42210.2380.3731.96
Hex105193592D02Ad25020
Octal201212231315505232212040
Binary1000010100011001001110110011011010101010110100101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105193; }

 p { color: rgb(16,81,147); }

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

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

 a { background-color: rgb(16,81,147); }

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

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

 span { border-color: rgb(16,81,147); }

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