#104281

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

Shades of Dark Cerulean #104281

Tints of Dark Cerulean #104281

Color information

#104281 (or 0x104281) is unknown color: approx Dark Cerulean. HEX triplet: 10, 42 and 81. RGB value is (16,66,129). Sum of RGB (Red+Green+Blue) = 16+66+129=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 129 (50.78% from 255 or 61.14% from 211); Max value from RGB is 129 - color contains mainly: blue. Hex color #104281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104281 is #EFBD7E. Grayscale: #393939. Windows color (decimal): -15711615 or 8471056. OLE color: 8471056.

HSL color Cylindrical-coordinate representation of color #104281: hue angle of 213.45º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104281 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1666129-
CMYK0.880.4900.49
HSL213.45º77.93%28.43%-
HSV(B)213.45º87.6%50.59%-
XYZ6.125.5921.53-
YUV58.23167.9497.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.58%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 129 (50.78% from 255) = 61.14%
R=7.58%
G=31.28%
B=61.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16661290.880.4900.49213.4577.9328.43
Hex1042815831031d54e1c
Octal201022011306106132511634
Binary100001000010100000011011000110001011000111010101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104281; }

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

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

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

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

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

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

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

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