Html Css Color HEX #095E69 Blue Lagoon

📋 copy color: '#095E69'

red 9 ◦ green 94 ◦ blue 105

#095E69
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #095E69

Tints of Blue Lagoon #095E69

RGB

 RED value IS 9 (3.91% from 255) = 4.33%

 GREEN value IS 94 (37.11% from 255) = 45.19%

 BLUE value IS 105 (41.41% from 255) = 50.48%

R = 4.33%
G = 45.19%
B = 50.48%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#095E69 (or 0x095E69) is known color: Blue Lagoon. HEX triplet: 09, 5E and 69. RGB value is (9,94,105). Sum of RGB (Red+Green+Blue) = 9+94+105=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #095E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E69 is #F6A196. Grayscale: #454545. Windows color (decimal): -16163223 or 6905353. OLE color: 6905353.

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

Color convert

RGB 9 94 105 -
CMYK 0.91 0.10 0 0.59
HSL 186.88º 0.84% 0.22% -
HSV(B) 186.88º 0.91% 0.41% -
XYZ 6.67 9.08 14.77 -
YUV 69.84 147.84 84.61 -
System Red Green Blue C M Y K H S L
Decimal 9 94 105 0.91 0.10 0 0.59 186.88 0.84 0.22
Hex 9 5E 69 5B A 0 3B BB 54 16
Octal 11 136 151 133 12 0 73 273 124 26
Binary 1001 1011110 1101001 1011011 1010 0 111011 10111011 1010100 10110

Color Harmonies of #095E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E69

Black with #095E69

Text Example


Text Example

White with #095E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,94,105); }

 H1.HeaderClassName
 {
   color: #095E69;
 }
 .AnyTagClassName
 {
   color: #095E69;
 }
</style>

background-color css

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

 a { background-color: rgb(9,94,105); }

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

border-color css

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

 span { border-color: rgb(9,94,105); }

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