Html Css Color HEX #095965 Blue Lagoon

📋 copy color: '#095965'

red 9 ◦ green 89 ◦ blue 101

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

Shades of Blue Lagoon #095965

Tints of Blue Lagoon #095965

RGB

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

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

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

R = 4.52%
G = 44.72%
B = 50.75%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#095965 (or 0x095965) is known color: Blue Lagoon. HEX triplet: 09, 59 and 65. RGB value is (9,89,101). Sum of RGB (Red+Green+Blue) = 9+89+101=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #095965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095965 is #F6A69A. Grayscale: #424242. Windows color (decimal): -16164507 or 6641929. OLE color: 6641929.

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

Color convert

RGB 9 89 101 -
CMYK 0.91 0.12 0 0.60
HSL 187.83º 0.84% 0.22% -
HSV(B) 187.83º 0.91% 0.4% -
XYZ 6.03 8.14 13.57 -
YUV 66.45 147.5 87.02 -
System Red Green Blue C M Y K H S L
Decimal 9 89 101 0.91 0.12 0 0.60 187.83 0.84 0.22
Hex 9 59 65 5B C 0 3C BC 54 16
Octal 11 131 145 133 14 0 74 274 124 26
Binary 1001 1011001 1100101 1011011 1100 0 111100 10111100 1010100 10110

Color Harmonies of #095965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095965

Black with #095965

Text Example


Text Example

White with #095965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095965; }

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

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

background-color css

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

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

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

border-color css

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

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

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