#095F67

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

Shades of Blue Lagoon #095F67

Tints of Blue Lagoon #095F67

Color information

#095F67 (or 0x095F67) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5F and 67. RGB value is (9,95,103). Sum of RGB (Red+Green+Blue) = 9+95+103=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #095F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F67 is #F6A098. Grayscale: #464646. Windows color (decimal): -16162969 or 6774537. OLE color: 6774537.

HSL color Cylindrical-coordinate representation of color #095F67: hue angle of 185.11º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F67 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB995103-
CMYK0.910.0800.60
HSL185.11º83.93%21.96%-
HSV(B)185.11º91.26%40.39%-
XYZ6.659.2214.26-
YUV70.2146.5184.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 95 (37.5% from 255) = 45.89%
BLUE value IS 103 (40.62% from 255) = 49.76%
R=4.35%
G=45.89%
B=49.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9951030.910.0800.60185.1183.9321.96
Hex95F675B803Cb95416
Octal111371471331007427112426
Binary10011011111110011110110111000011110010111001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,95,103); }

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

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

 a { background-color: rgb(9,95,103); }

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

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

 span { border-color: rgb(9,95,103); }

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