#095B7D

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

Shades of Blue Lagoon #095B7D

Tints of Blue Lagoon #095B7D

Color information

#095B7D (or 0x095B7D) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5B and 7D. RGB value is (9,91,125). Sum of RGB (Red+Green+Blue) = 9+91+125=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #095B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B7D is #F6A482. Grayscale: #464646. Windows color (decimal): -16163971 or 8215305. OLE color: 8215305.

HSL color Cylindrical-coordinate representation of color #095B7D: hue angle of 197.59º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095B7D is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB991125-
CMYK0.930.2700.51
HSL197.59º86.57%26.27%-
HSV(B)197.59º92.8%49.02%-
XYZ7.569.0220.75-
YUV70.36158.8384.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 125 (49.22% from 255) = 55.56%
R=4%
G=40.44%
B=55.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9911250.930.2700.51197.5986.5726.27
Hex95B7D5D1B033c6571a
Octal111331751353306330612732
Binary100110110111111101101110111011011001111000110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095B7D; }

 p { color: rgb(9,91,125); }

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

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

 a { background-color: rgb(9,91,125); }

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

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

 span { border-color: rgb(9,91,125); }

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