#104570

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

Shades of Dark Cerulean #104570

Tints of Dark Cerulean #104570

Color information

#104570 (or 0x104570) is unknown color: approx Dark Cerulean. HEX triplet: 10, 45 and 70. RGB value is (16,69,112). Sum of RGB (Red+Green+Blue) = 16+69+112=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #104570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104570 is #EFBA8F. Grayscale: #393939. Windows color (decimal): -15710864 or 7357712. OLE color: 7357712.

HSL color Cylindrical-coordinate representation of color #104570: hue angle of 206.88º 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 #104570 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1669112-
CMYK0.860.3800.56
HSL206.88º75%25.1%-
HSV(B)206.88º85.71%43.92%-
XYZ5.275.5416.12-
YUV58.06158.4498-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.12%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 112 (44.14% from 255) = 56.85%
R=8.12%
G=35.03%
B=56.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16691120.860.3800.56206.887525.1
Hex1045705626038cf4b19
Octal201051601264607031711331
Binary10000100010111100001010110100110011100011001111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104570; }

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

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

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

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

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

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

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

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