Html Css Color HEX #095C7C Blue Lagoon

📋 copy color: '#095C7C'

red 9 ◦ green 92 ◦ blue 124

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

Shades of Blue Lagoon #095C7C

Tints of Blue Lagoon #095C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 55.11%

R = 4%
G = 40.89%
B = 55.11%

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

#095C7C (or 0x095C7C) is known color: Blue Lagoon. HEX triplet: 09, 5C and 7C. RGB value is (9,92,124). Sum of RGB (Red+Green+Blue) = 9+92+124=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #095C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C7C is #F6A383. Grayscale: #464646. Windows color (decimal): -16163716 or 8150025. OLE color: 8150025.

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

Color convert

RGB 9 92 124 -
CMYK 0.93 0.26 0 0.51
HSL 196.7º 0.86% 0.26% -
HSV(B) 196.7º 0.93% 0.49% -
XYZ 7.58 9.17 20.44 -
YUV 70.83 158 83.9 -
System Red Green Blue C M Y K H S L
Decimal 9 92 124 0.93 0.26 0 0.51 196.7 0.86 0.26
Hex 9 5C 7C 5D 1A 0 33 C5 56 1A
Octal 11 134 174 135 32 0 63 305 126 32
Binary 1001 1011100 1111100 1011101 11010 0 110011 11000101 1010110 11010

Color Harmonies of #095C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C7C

Black with #095C7C

Text Example


Text Example

White with #095C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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