#104369

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

Shades of Dark Cerulean #104369

Tints of Dark Cerulean #104369

Color information

#104369 (or 0x104369) is unknown color: approx Dark Cerulean. HEX triplet: 10, 43 and 69. RGB value is (16,67,105). Sum of RGB (Red+Green+Blue) = 16+67+105=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #104369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104369 is #EFBC96. Grayscale: #373737. Windows color (decimal): -15711383 or 6898448. OLE color: 6898448.

HSL color Cylindrical-coordinate representation of color #104369: hue angle of 205.62º 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 #104369 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1667105-
CMYK0.850.3600.59
HSL205.62º73.55%23.73%-
HSV(B)205.62º84.76%41.18%-
XYZ4.775.1414.11-
YUV56.08155.699.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 105 (41.41% from 255) = 55.85%
R=8.51%
G=35.64%
B=55.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16671050.850.3600.59205.6273.5523.73
Hex104369552403Bce4a18
Octal201031511254407331611230
Binary10000100001111010011010101100100011101111001110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104369; }

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

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

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

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

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

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

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

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