#104F75

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

Shades of Dark Cerulean #104F75

Tints of Dark Cerulean #104F75

Color information

#104F75 (or 0x104F75) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4F and 75. RGB value is (16,79,117). Sum of RGB (Red+Green+Blue) = 16+79+117=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #104F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F75 is #EFB08A. Grayscale: #404040. Windows color (decimal): -15708299 or 7687952. OLE color: 7687952.

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

Color convert

RGB1679117-
CMYK0.860.3200.54
HSL202.57º75.94%26.08%-
HSV(B)202.57º86.32%45.88%-
XYZ6.226.9917.85-
YUV64.5157.6393.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 79 (31.25% from 255) = 37.26%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=7.55%
G=37.26%
B=55.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16791170.860.3200.54202.5775.9426.08
Hex104F755620036cb4c1a
Octal201171651264006631311432
Binary10000100111111101011010110100000011011011001011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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