#106274

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

Shades of Blue Lagoon #106274

Tints of Blue Lagoon #106274

Color information

#106274 (or 0x106274) is unknown color: approx Blue Lagoon. HEX triplet: 10, 62 and 74. RGB value is (16,98,116). Sum of RGB (Red+Green+Blue) = 16+98+116=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #106274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106274 is #EF9D8B. Grayscale: #4B4B4B. Windows color (decimal): -15703436 or 7627280. OLE color: 7627280.

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

Color convert

RGB1698116-
CMYK0.860.1600.55
HSL190.8º75.76%25.88%-
HSV(B)190.8º86.21%45.49%-
XYZ7.7310.1118.07-
YUV75.53150.8385.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 98 (38.67% from 255) = 42.61%
BLUE value IS 116 (45.70% from 255) = 50.43%
R=6.96%
G=42.61%
B=50.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16981160.860.1600.55190.875.7625.88
Hex1062745610037bf4c1a
Octal201421641262006727711432
Binary1000011000101110100101011010000011011110111111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106274; }

 p { color: rgb(16,98,116); }

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

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

 a { background-color: rgb(16,98,116); }

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

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

 span { border-color: rgb(16,98,116); }

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