#095267

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

Shades of Blue Lagoon #095267

Tints of Blue Lagoon #095267

Color information

#095267 (or 0x095267) is unknown color: approx Blue Lagoon. HEX triplet: 09, 52 and 67. RGB value is (9,82,103). Sum of RGB (Red+Green+Blue) = 9+82+103=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #095267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095267 is #F6AD98. Grayscale: #3E3E3E. Windows color (decimal): -16166297 or 6771209. OLE color: 6771209.

HSL color Cylindrical-coordinate representation of color #095267: hue angle of 193.4º 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 #095267 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB982103-
CMYK0.910.2000.60
HSL193.4º83.93%21.96%-
HSV(B)193.4º91.26%40.39%-
XYZ5.587.0713.9-
YUV62.57150.8289.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.64%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 103 (40.62% from 255) = 53.09%
R=4.64%
G=42.27%
B=53.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9821030.910.2000.60193.483.9321.96
Hex952675B1403Cc15416
Octal111221471332407430112426
Binary100110100101100111101101110100011110011000001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095267; }

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

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

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

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

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

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

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

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