Html Css Color HEX #095969 Blue Lagoon

📋 copy color: '#095969'

red 9 ◦ green 89 ◦ blue 105

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

Shades of Blue Lagoon #095969

Tints of Blue Lagoon #095969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.84%

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

R = 4.43%
G = 43.84%
B = 51.72%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#095969 (or 0x095969) is known color: Blue Lagoon. HEX triplet: 09, 59 and 69. RGB value is (9,89,105). Sum of RGB (Red+Green+Blue) = 9+89+105=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #095969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095969 is #F6A696. Grayscale: #424242. Windows color (decimal): -16164503 or 6904073. OLE color: 6904073.

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

Color convert

RGB 9 89 105 -
CMYK 0.91 0.15 0 0.59
HSL 190º 0.84% 0.22% -
HSV(B) 190º 0.91% 0.41% -
XYZ 6.23 8.22 14.62 -
YUV 66.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 9 89 105 0.91 0.15 0 0.59 190 0.84 0.22
Hex 9 59 69 5B F 0 3B BE 54 16
Octal 11 131 151 133 17 0 73 276 124 26
Binary 1001 1011001 1101001 1011011 1111 0 111011 10111110 1010100 10110

Color Harmonies of #095969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095969

Black with #095969

Text Example


Text Example

White with #095969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095969; }

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

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

background-color css

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

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

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

border-color css

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

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

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