#104B92

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

Shades of Dark Cerulean #104B92

Tints of Dark Cerulean #104B92

Color information

#104B92 (or 0x104B92) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4B and 92. RGB value is (16,75,146). Sum of RGB (Red+Green+Blue) = 16+75+146=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #104B92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104B92 is #EFB46D. Grayscale: #414141. Windows color (decimal): -15709294 or 9587472. OLE color: 9587472.

HSL color Cylindrical-coordinate representation of color #104B92: hue angle of 212.77º 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 #104B92 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1675146-
CMYK0.890.4900.43
HSL212.77º80.25%31.76%-
HSV(B)212.77º89.04%57.25%-
XYZ7.927.2228.17-
YUV65.45173.4592.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.75%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 146 (57.42% from 255) = 61.60%
R=6.75%
G=31.65%
B=61.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal16751460.890.4900.43212.7780.2531.76
Hex104B92593102Bd55020
Octal201132221316105332512040
Binary1000010010111001001010110011100010101011110101011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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