#105377

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

Shades of Dark Cerulean #105377

Tints of Dark Cerulean #105377

Color information

#105377 (or 0x105377) is unknown color: approx Dark Cerulean. HEX triplet: 10, 53 and 77. RGB value is (16,83,119). Sum of RGB (Red+Green+Blue) = 16+83+119=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #105377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105377 is #EFAC88. Grayscale: #424242. Windows color (decimal): -15707273 or 7820048. OLE color: 7820048.

HSL color Cylindrical-coordinate representation of color #105377: hue angle of 200.97º 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 #105377 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1683119-
CMYK0.870.3000.53
HSL200.97º76.3%26.47%-
HSV(B)200.97º86.55%46.67%-
XYZ6.647.6318.58-
YUV67.07157.391.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.34%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 119 (46.88% from 255) = 54.59%
R=7.34%
G=38.07%
B=54.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16831190.870.3000.53200.9776.326.47
Hex105377571E035c94c1a
Octal201231671273606531111432
Binary1000010100111110111101011111110011010111001001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105377; }

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

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

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

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

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

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

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

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