#104270

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

Shades of Dark Cerulean #104270

Tints of Dark Cerulean #104270

Color information

#104270 (or 0x104270) is unknown color: approx Dark Cerulean. HEX triplet: 10, 42 and 70. RGB value is (16,66,112). Sum of RGB (Red+Green+Blue) = 16+66+112=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #104270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104270 is #EFBD8F. Grayscale: #383838. Windows color (decimal): -15711632 or 7356944. OLE color: 7356944.

HSL color Cylindrical-coordinate representation of color #104270: hue angle of 208.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104270 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1666112-
CMYK0.860.4100.56
HSL208.75º75%25.1%-
HSV(B)208.75º85.71%43.92%-
XYZ5.095.1816.06-
YUV56.29159.4499.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 112 (44.14% from 255) = 57.73%
R=8.25%
G=34.02%
B=57.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16661120.860.4100.56208.757525.1
Hex1042705629038d14b19
Octal201021601265107032111331
Binary10000100001011100001010110101001011100011010001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104270; }

 p { color: rgb(16,66,112); }

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

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

 a { background-color: rgb(16,66,112); }

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

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

 span { border-color: rgb(16,66,112); }

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