Html Css Color HEX #095166 Blue Lagoon

📋 copy color: '#095166'

red 9 ◦ green 81 ◦ blue 102

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

Shades of Blue Lagoon #095166

Tints of Blue Lagoon #095166

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.19%

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

R = 4.69%
G = 42.19%
B = 53.13%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#095166 (or 0x095166) is known color: Blue Lagoon. HEX triplet: 09, 51 and 66. RGB value is (9,81,102). Sum of RGB (Red+Green+Blue) = 9+81+102=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #095166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095166 is #F6AE99. Grayscale: #3D3D3D. Windows color (decimal): -16166554 or 6705417. OLE color: 6705417.

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

Color convert

RGB 9 81 102 -
CMYK 0.91 0.21 0 0.6
HSL 193.55º 0.84% 0.22% -
HSV(B) 193.55º 0.91% 0.4% -
XYZ 5.45 6.9 13.62 -
YUV 61.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 9 81 102 0.91 0.21 0 0.6 193.55 0.84 0.22
Hex 9 51 66 5B 15 0 3C C2 54 16
Octal 11 121 146 133 25 0 74 302 124 26
Binary 1001 1010001 1100110 1011011 10101 0 111100 11000010 1010100 10110

Color Harmonies of #095166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095166

Black with #095166

Text Example


Text Example

White with #095166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095166; }

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

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

background-color css

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

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

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

border-color css

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

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

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