#104F92

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

Shades of Dark Cerulean #104F92

Tints of Dark Cerulean #104F92

Color information

#104F92 (or 0x104F92) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4F and 92. RGB value is (16,79,146). Sum of RGB (Red+Green+Blue) = 16+79+146=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #104F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104F92 is #EFB06D. Grayscale: #434343. Windows color (decimal): -15708270 or 9588496. OLE color: 9588496.

HSL color Cylindrical-coordinate representation of color #104F92: hue angle of 210.92º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104F92 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1679146-
CMYK0.890.4600.43
HSL210.92º80.25%31.76%-
HSV(B)210.92º89.04%57.25%-
XYZ8.27.7828.26-
YUV67.8172.1391.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.64%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 146 (57.42% from 255) = 60.58%
R=6.64%
G=32.78%
B=60.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal16791460.890.4600.43210.9280.2531.76
Hex104F92592E02Bd35020
Octal201172221315605332312040
Binary1000010011111001001010110011011100101011110100111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104F92; }

 p { color: rgb(16,79,146); }

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

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

 a { background-color: rgb(16,79,146); }

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

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

 span { border-color: rgb(16,79,146); }

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