Html Css Color HEX #095A65 Blue Lagoon

📋 copy color: '#095A65'

red 9 ◦ green 90 ◦ blue 101

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

Shades of Blue Lagoon #095A65

Tints of Blue Lagoon #095A65

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45%

 BLUE value IS 101 (39.84% from 255) = 50.5%

R = 4.5%
G = 45%
B = 50.5%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#095A65 (or 0x095A65) is known color: Blue Lagoon. HEX triplet: 09, 5A and 65. RGB value is (9,90,101). Sum of RGB (Red+Green+Blue) = 9+90+101=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #095A65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A65 is #F6A59A. Grayscale: #424242. Windows color (decimal): -16164251 or 6642185. OLE color: 6642185.

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

Color convert

RGB 9 90 101 -
CMYK 0.91 0.11 0 0.60
HSL 187.17º 0.84% 0.22% -
HSV(B) 187.17º 0.91% 0.4% -
XYZ 6.12 8.31 13.59 -
YUV 67.04 147.16 86.61 -
System Red Green Blue C M Y K H S L
Decimal 9 90 101 0.91 0.11 0 0.60 187.17 0.84 0.22
Hex 9 5A 65 5B B 0 3C BB 54 16
Octal 11 132 145 133 13 0 74 273 124 26
Binary 1001 1011010 1100101 1011011 1011 0 111100 10111011 1010100 10110

Color Harmonies of #095A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A65

Black with #095A65

Text Example


Text Example

White with #095A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,90,101); }

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

background-color css

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

 a { background-color: rgb(9,90,101); }

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

border-color css

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

 span { border-color: rgb(9,90,101); }

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