Html Css Color HEX #095565 Blue Lagoon

📋 copy color: '#095565'

red 9 ◦ green 85 ◦ blue 101

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

Shades of Blue Lagoon #095565

Tints of Blue Lagoon #095565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.59%

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

R = 4.62%
G = 43.59%
B = 51.79%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#095565 (or 0x095565) is known color: Blue Lagoon. HEX triplet: 09, 55 and 65. RGB value is (9,85,101). Sum of RGB (Red+Green+Blue) = 9+85+101=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #095565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095565 is #F6AA9A. Grayscale: #3F3F3F. Windows color (decimal): -16165531 or 6640905. OLE color: 6640905.

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

Color convert

RGB 9 85 101 -
CMYK 0.91 0.16 0 0.60
HSL 190.43º 0.84% 0.22% -
HSV(B) 190.43º 0.91% 0.4% -
XYZ 5.71 7.49 13.46 -
YUV 64.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 9 85 101 0.91 0.16 0 0.60 190.43 0.84 0.22
Hex 9 55 65 5B 10 0 3C BE 54 16
Octal 11 125 145 133 20 0 74 276 124 26
Binary 1001 1010101 1100101 1011011 10000 0 111100 10111110 1010100 10110

Color Harmonies of #095565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095565

Black with #095565

Text Example


Text Example

White with #095565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095565; }

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

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

background-color css

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

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

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

border-color css

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

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

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