Html Css Color HEX #095E67 Blue Lagoon

📋 copy color: '#095E67'

red 9 ◦ green 94 ◦ blue 103

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

Shades of Blue Lagoon #095E67

Tints of Blue Lagoon #095E67

RGB

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

 GREEN value IS 94 (37.11% from 255) = 45.63%

 BLUE value IS 103 (40.63% from 255) = 50%

R = 4.37%
G = 45.63%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#095E67 (or 0x095E67) is known color: Blue Lagoon. HEX triplet: 09, 5E and 67. RGB value is (9,94,103). Sum of RGB (Red+Green+Blue) = 9+94+103=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #095E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E67 is #F6A198. Grayscale: #454545. Windows color (decimal): -16163225 or 6774281. OLE color: 6774281.

HSL color Cylindrical-coordinate representation of color #095E67: hue angle of 185.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 #095E67 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 94 103 -
CMYK 0.91 0.09 0 0.60
HSL 185.74º 0.84% 0.22% -
HSV(B) 185.74º 0.91% 0.4% -
XYZ 6.56 9.04 14.23 -
YUV 69.61 146.84 84.77 -
System Red Green Blue C M Y K H S L
Decimal 9 94 103 0.91 0.09 0 0.60 185.74 0.84 0.22
Hex 9 5E 67 5B 9 0 3C BA 54 16
Octal 11 136 147 133 11 0 74 272 124 26
Binary 1001 1011110 1100111 1011011 1001 0 111100 10111010 1010100 10110

Color Harmonies of #095E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E67

Black with #095E67

Text Example


Text Example

White with #095E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,94,103); }

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

background-color css

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

 a { background-color: rgb(9,94,103); }

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

border-color css

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

 span { border-color: rgb(9,94,103); }

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