Html Css Color HEX #095C7E Blue Lagoon

📋 copy color: '#095C7E'

red 9 ◦ green 92 ◦ blue 126

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

Shades of Blue Lagoon #095C7E

Tints of Blue Lagoon #095C7E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.53%

 BLUE value IS 126 (49.61% from 255) = 55.51%

R = 3.96%
G = 40.53%
B = 55.51%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#095C7E (or 0x095C7E) is known color: Blue Lagoon. HEX triplet: 09, 5C and 7E. RGB value is (9,92,126). Sum of RGB (Red+Green+Blue) = 9+92+126=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #095C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C7E is #F6A381. Grayscale: #464646. Windows color (decimal): -16163714 or 8281097. OLE color: 8281097.

HSL color Cylindrical-coordinate representation of color #095C7E: hue angle of 197.44º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095C7E is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 92 126 -
CMYK 0.93 0.27 0 0.51
HSL 197.44º 0.87% 0.26% -
HSV(B) 197.44º 0.93% 0.49% -
XYZ 7.71 9.22 21.11 -
YUV 71.06 159 83.74 -
System Red Green Blue C M Y K H S L
Decimal 9 92 126 0.93 0.27 0 0.51 197.44 0.87 0.26
Hex 9 5C 7E 5D 1B 0 33 C5 57 1A
Octal 11 134 176 135 33 0 63 305 127 32
Binary 1001 1011100 1111110 1011101 11011 0 110011 11000101 1010111 11010

Color Harmonies of #095C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C7E

Black with #095C7E

Text Example


Text Example

White with #095C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,92,126); }

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

background-color css

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

 a { background-color: rgb(9,92,126); }

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

border-color css

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

 span { border-color: rgb(9,92,126); }

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