#10536A

Color #10536A Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #10536A

Tints of Blue Lagoon #10536A

Color information

#10536A (or 0x10536A) is unknown color: approx Blue Lagoon. HEX triplet: 10, 53 and 6A. RGB value is (16,83,106). Sum of RGB (Red+Green+Blue) = 16+83+106=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #10536A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10536A is #EFAC95. Grayscale: #414141. Windows color (decimal): -15707286 or 6968080. OLE color: 6968080.

HSL color Cylindrical-coordinate representation of color #10536A: hue angle of 195.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10536A is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1683106-
CMYK0.850.2200.58
HSL195.33º73.77%23.92%-
HSV(B)195.33º84.91%41.57%-
XYZ5.917.3414.74-
YUV65.59150.892.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.80%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 106 (41.80% from 255) = 51.71%
R=7.80%
G=40.49%
B=51.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16831060.850.2200.58195.3373.7723.92
Hex10536A551603Ac34a18
Octal201231521252607230311230
Binary1000010100111101010101010110110011101011000011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10536A; }

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

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

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

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

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

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

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

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