Html Css Color HEX #095A66 Blue Lagoon

📋 copy color: '#095A66'

red 9 ◦ green 90 ◦ blue 102

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

Shades of Blue Lagoon #095A66

Tints of Blue Lagoon #095A66

RGB

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

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

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

R = 4.48%
G = 44.78%
B = 50.75%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#095A66 (or 0x095A66) is known color: Blue Lagoon. HEX triplet: 09, 5A and 66. RGB value is (9,90,102). Sum of RGB (Red+Green+Blue) = 9+90+102=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #095A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A66 is #F6A599. Grayscale: #434343. Windows color (decimal): -16164250 or 6707721. OLE color: 6707721.

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

Color convert

RGB 9 90 102 -
CMYK 0.91 0.12 0 0.6
HSL 187.74º 0.84% 0.22% -
HSV(B) 187.74º 0.91% 0.4% -
XYZ 6.17 8.33 13.85 -
YUV 67.15 147.66 86.52 -
System Red Green Blue C M Y K H S L
Decimal 9 90 102 0.91 0.12 0 0.6 187.74 0.84 0.22
Hex 9 5A 66 5B C 0 3C BC 54 16
Octal 11 132 146 133 14 0 74 274 124 26
Binary 1001 1011010 1100110 1011011 1100 0 111100 10111100 1010100 10110

Color Harmonies of #095A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A66

Black with #095A66

Text Example


Text Example

White with #095A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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