#095067

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

Shades of Blue Lagoon #095067

Tints of Blue Lagoon #095067

Color information

#095067 (or 0x095067) is unknown color: approx Blue Lagoon. HEX triplet: 09, 50 and 67. RGB value is (9,80,103). Sum of RGB (Red+Green+Blue) = 9+80+103=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #095067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095067 is #F6AF98. Grayscale: #3D3D3D. Windows color (decimal): -16166809 or 6770697. OLE color: 6770697.

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

Color convert

RGB980103-
CMYK0.910.2200.60
HSL194.68º83.93%21.96%-
HSV(B)194.68º91.26%40.39%-
XYZ5.436.7713.85-
YUV61.39151.4890.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.69%
GREEN value IS 80 (31.64% from 255) = 41.67%
BLUE value IS 103 (40.62% from 255) = 53.65%
R=4.69%
G=41.67%
B=53.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9801030.910.2200.60194.6883.9321.96
Hex950675B1603Cc35416
Octal111201471332607430312426
Binary100110100001100111101101110110011110011000011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095067; }

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

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

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

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

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

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

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

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