Html Css Color HEX #095866 Blue Lagoon

📋 copy color: '#095866'

red 9 ◦ green 88 ◦ blue 102

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

Shades of Blue Lagoon #095866

Tints of Blue Lagoon #095866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.22%

 BLUE value IS 102 (40.23% from 255) = 51.26%

R = 4.52%
G = 44.22%
B = 51.26%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#095866 (or 0x095866) is known color: Blue Lagoon. HEX triplet: 09, 58 and 66. RGB value is (9,88,102). Sum of RGB (Red+Green+Blue) = 9+88+102=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #095866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095866 is #F6A799. Grayscale: #414141. Windows color (decimal): -16164762 or 6707209. OLE color: 6707209.

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

Color convert

RGB 9 88 102 -
CMYK 0.91 0.14 0 0.6
HSL 189.03º 0.84% 0.22% -
HSV(B) 189.03º 0.91% 0.4% -
XYZ 6 8 13.8 -
YUV 65.98 148.33 87.36 -
System Red Green Blue C M Y K H S L
Decimal 9 88 102 0.91 0.14 0 0.6 189.03 0.84 0.22
Hex 9 58 66 5B E 0 3C BD 54 16
Octal 11 130 146 133 16 0 74 275 124 26
Binary 1001 1011000 1100110 1011011 1110 0 111100 10111101 1010100 10110

Color Harmonies of #095866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095866

Black with #095866

Text Example


Text Example

White with #095866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095866; }

 p { color: rgb(9,88,102); }

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

background-color css

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

 a { background-color: rgb(9,88,102); }

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

border-color css

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

 span { border-color: rgb(9,88,102); }

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