#104B72

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

Shades of Dark Cerulean #104B72

Tints of Dark Cerulean #104B72

Color information

#104B72 (or 0x104B72) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4B and 72. RGB value is (16,75,114). Sum of RGB (Red+Green+Blue) = 16+75+114=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #104B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B72 is #EFB48D. Grayscale: #3D3D3D. Windows color (decimal): -15709326 or 7490320. OLE color: 7490320.

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

Color convert

RGB1675114-
CMYK0.860.3400.55
HSL203.88º75.38%25.49%-
HSV(B)203.88º85.96%44.71%-
XYZ5.776.3616.84-
YUV61.8157.4595.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.80%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 114 (44.92% from 255) = 55.61%
R=7.80%
G=36.59%
B=55.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16751140.860.3400.55203.8875.3825.49
Hex104B725622037cc4b19
Octal201131621264206731411331
Binary10000100101111100101010110100010011011111001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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