#105092

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

Shades of Dark Cerulean #105092

Tints of Dark Cerulean #105092

Color information

#105092 (or 0x105092) is unknown color: approx Dark Cerulean. HEX triplet: 10, 50 and 92. RGB value is (16,80,146). Sum of RGB (Red+Green+Blue) = 16+80+146=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #105092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105092 is #EFAF6D. Grayscale: #444444. Windows color (decimal): -15708014 or 9588752. OLE color: 9588752.

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

Color convert

RGB1680146-
CMYK0.890.4500.43
HSL210.46º80.25%31.76%-
HSV(B)210.46º89.04%57.25%-
XYZ8.277.9228.29-
YUV68.39171.890.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.61%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=6.61%
G=33.06%
B=60.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal16801460.890.4500.43210.4680.2531.76
Hex105092592D02Bd25020
Octal201202221315505332212040
Binary1000010100001001001010110011011010101011110100101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105092; }

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

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

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

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

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

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

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

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