Html Css Color HEX #095D7E Blue Lagoon

📋 copy color: '#095D7E'

red 9 ◦ green 93 ◦ blue 126

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

Shades of Blue Lagoon #095D7E

Tints of Blue Lagoon #095D7E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.79%

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

R = 3.95%
G = 40.79%
B = 55.26%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#095D7E (or 0x095D7E) is known color: Blue Lagoon. HEX triplet: 09, 5D and 7E. RGB value is (9,93,126). Sum of RGB (Red+Green+Blue) = 9+93+126=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #095D7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D7E is #F6A281. Grayscale: #474747. Windows color (decimal): -16163458 or 8281353. OLE color: 8281353.

HSL color Cylindrical-coordinate representation of color #095D7E: hue angle of 196.92º 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 #095D7E is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 93 126 -
CMYK 0.93 0.26 0 0.51
HSL 196.92º 0.87% 0.26% -
HSV(B) 196.92º 0.93% 0.49% -
XYZ 7.79 9.39 21.14 -
YUV 71.65 158.67 83.32 -
System Red Green Blue C M Y K H S L
Decimal 9 93 126 0.93 0.26 0 0.51 196.92 0.87 0.26
Hex 9 5D 7E 5D 1A 0 33 C5 57 1A
Octal 11 135 176 135 32 0 63 305 127 32
Binary 1001 1011101 1111110 1011101 11010 0 110011 11000101 1010111 11010

Color Harmonies of #095D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D7E

Black with #095D7E

Text Example


Text Example

White with #095D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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