#104277

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

Shades of Dark Cerulean #104277

Tints of Dark Cerulean #104277

Color information

#104277 (or 0x104277) is unknown color: approx Dark Cerulean. HEX triplet: 10, 42 and 77. RGB value is (16,66,119). Sum of RGB (Red+Green+Blue) = 16+66+119=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #104277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104277 is #EFBD88. Grayscale: #383838. Windows color (decimal): -15711625 or 7815696. OLE color: 7815696.

HSL color Cylindrical-coordinate representation of color #104277: hue angle of 210.87º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #104277 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1666119-
CMYK0.870.4500.53
HSL210.87º76.3%26.47%-
HSV(B)210.87º86.55%46.67%-
XYZ5.495.3418.19-
YUV57.09162.9498.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.96%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 119 (46.88% from 255) = 59.20%
R=7.96%
G=32.84%
B=59.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16661190.870.4500.53210.8776.326.47
Hex104277572D035d34c1a
Octal201021671275506532311432
Binary10000100001011101111010111101101011010111010011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104277; }

 p { color: rgb(16,66,119); }

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

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

 a { background-color: rgb(16,66,119); }

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

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

 span { border-color: rgb(16,66,119); }

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