#104381

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

Shades of Dark Cerulean #104381

Tints of Dark Cerulean #104381

Color information

#104381 (or 0x104381) is unknown color: approx Dark Cerulean. HEX triplet: 10, 43 and 81. RGB value is (16,67,129). Sum of RGB (Red+Green+Blue) = 16+67+129=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #104381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104381 is #EFBC7E. Grayscale: #3A3A3A. Windows color (decimal): -15711359 or 8471312. OLE color: 8471312.

HSL color Cylindrical-coordinate representation of color #104381: hue angle of 212.92º 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 #104381 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1667129-
CMYK0.880.4800.49
HSL212.92º77.93%28.43%-
HSV(B)212.92º87.6%50.59%-
XYZ6.185.7121.55-
YUV58.82167.697.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 129 (50.78% from 255) = 60.85%
R=7.55%
G=31.60%
B=60.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16671290.880.4800.49212.9277.9328.43
Hex1043815830031d54e1c
Octal201032011306006132511634
Binary100001000011100000011011000110000011000111010101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104381; }

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

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

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

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

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

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

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

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