#104775

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

Shades of Dark Cerulean #104775

Tints of Dark Cerulean #104775

Color information

#104775 (or 0x104775) is unknown color: approx Dark Cerulean. HEX triplet: 10, 47 and 75. RGB value is (16,71,117). Sum of RGB (Red+Green+Blue) = 16+71+117=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #104775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104775 is #EFB88A. Grayscale: #3B3B3B. Windows color (decimal): -15710347 or 7685904. OLE color: 7685904.

HSL color Cylindrical-coordinate representation of color #104775: hue angle of 207.33º 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 #104775 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1671117-
CMYK0.860.3900.54
HSL207.33º75.94%26.08%-
HSV(B)207.33º86.32%45.88%-
XYZ5.685.917.67-
YUV59.8160.2896.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.84%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 117 (46.09% from 255) = 57.35%
R=7.84%
G=34.80%
B=57.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16711170.860.3900.54207.3375.9426.08
Hex1047755627036cf4c1a
Octal201071651264706631711432
Binary10000100011111101011010110100111011011011001111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104775; }

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

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

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

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

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

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

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

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