#105075

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

Shades of Dark Cerulean #105075

Tints of Dark Cerulean #105075

Color information

#105075 (or 0x105075) is unknown color: approx Dark Cerulean. HEX triplet: 10, 50 and 75. RGB value is (16,80,117). Sum of RGB (Red+Green+Blue) = 16+80+117=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #105075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105075 is #EFAF8A. Grayscale: #404040. Windows color (decimal): -15708043 or 7688208. OLE color: 7688208.

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

Color convert

RGB1680117-
CMYK0.860.3200.54
HSL201.98º75.94%26.08%-
HSV(B)201.98º86.32%45.88%-
XYZ6.297.1317.87-
YUV65.08157.392.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 117 (46.09% from 255) = 54.93%
R=7.51%
G=37.56%
B=54.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16801170.860.3200.54201.9875.9426.08
Hex1050755620036ca4c1a
Octal201201651264006631211432
Binary10000101000011101011010110100000011011011001010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105075; }

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

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

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

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

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

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

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

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