#104B73

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

Shades of Dark Cerulean #104B73

Tints of Dark Cerulean #104B73

Color information

#104B73 (or 0x104B73) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4B and 73. RGB value is (16,75,115). Sum of RGB (Red+Green+Blue) = 16+75+115=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #104B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B73 is #EFB48C. Grayscale: #3D3D3D. Windows color (decimal): -15709325 or 7555856. OLE color: 7555856.

HSL color Cylindrical-coordinate representation of color #104B73: hue angle of 204.24º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104B73 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1675115-
CMYK0.860.3500.55
HSL204.24º75.57%25.69%-
HSV(B)204.24º86.09%45.1%-
XYZ5.826.3817.14-
YUV61.92157.9595.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.77%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 115 (45.31% from 255) = 55.83%
R=7.77%
G=36.41%
B=55.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16751150.860.3500.55204.2475.5725.69
Hex104B735623037cc4c1a
Octal201131631264306731411432
Binary10000100101111100111010110100011011011111001100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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