#095261

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

Shades of Blue Lagoon #095261

Tints of Blue Lagoon #095261

Color information

#095261 (or 0x095261) is unknown color: approx Blue Lagoon. HEX triplet: 09, 52 and 61. RGB value is (9,82,97). Sum of RGB (Red+Green+Blue) = 9+82+97=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #095261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095261 is #F6AD9E. Grayscale: #3D3D3D. Windows color (decimal): -16166303 or 6377993. OLE color: 6377993.

HSL color Cylindrical-coordinate representation of color #095261: hue angle of 190.23º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095261 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB98297-
CMYK0.910.1500.62
HSL190.23º83.02%20.78%-
HSV(B)190.23º90.72%38.04%-
XYZ5.296.9612.37-
YUV61.88147.8290.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.79%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 97 (38.28% from 255) = 51.60%
R=4.79%
G=43.62%
B=51.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal982970.910.1500.62190.2383.0220.78
Hex952615BF03Ebe5315
Octal111221411331707627612325
Binary10011010010110000110110111111011111010111110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095261; }

 p { color: rgb(9,82,97); }

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

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

 a { background-color: rgb(9,82,97); }

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

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

 span { border-color: rgb(9,82,97); }

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