#104569

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

Shades of Dark Cerulean #104569

Tints of Dark Cerulean #104569

Color information

#104569 (or 0x104569) is unknown color: approx Dark Cerulean. HEX triplet: 10, 45 and 69. RGB value is (16,69,105). Sum of RGB (Red+Green+Blue) = 16+69+105=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #104569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104569 is #EFBA96. Grayscale: #393939. Windows color (decimal): -15710871 or 6898960. OLE color: 6898960.

HSL color Cylindrical-coordinate representation of color #104569: hue angle of 204.27º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104569 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1669105-
CMYK0.850.3400.59
HSL204.27º73.55%23.73%-
HSV(B)204.27º84.76%41.18%-
XYZ4.895.3914.15-
YUV57.26154.9498.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.42%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 105 (41.41% from 255) = 55.26%
R=8.42%
G=36.32%
B=55.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16691050.850.3400.59204.2773.5523.73
Hex104569552203Bcc4a18
Octal201051511254207331411230
Binary10000100010111010011010101100010011101111001100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104569; }

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

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

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

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

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

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

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

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