#105273

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

Shades of Dark Cerulean #105273

Tints of Dark Cerulean #105273

Color information

#105273 (or 0x105273) is unknown color: approx Dark Cerulean. HEX triplet: 10, 52 and 73. RGB value is (16,82,115). Sum of RGB (Red+Green+Blue) = 16+82+115=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #105273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105273 is #EFAD8C. Grayscale: #414141. Windows color (decimal): -15707533 or 7557648. OLE color: 7557648.

HSL color Cylindrical-coordinate representation of color #105273: hue angle of 200º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105273 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1682115-
CMYK0.860.2900.55
HSL200º75.57%25.69%-
HSV(B)200º86.09%45.1%-
XYZ6.337.3817.31-
YUV66.03155.6392.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=7.51%
G=38.50%
B=53.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16821150.860.2900.5520075.5725.69
Hex105273561D037c84c1a
Octal201221631263506731011432
Binary1000010100101110011101011011101011011111001000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105273; }

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

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

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

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

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

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

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

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