Html Css Color HEX #095D67 Blue Lagoon

📋 copy color: '#095D67'

red 9 ◦ green 93 ◦ blue 103

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

Shades of Blue Lagoon #095D67

Tints of Blue Lagoon #095D67

RGB

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

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

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

R = 4.39%
G = 45.37%
B = 50.24%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#095D67 (or 0x095D67) is known color: Blue Lagoon. HEX triplet: 09, 5D and 67. RGB value is (9,93,103). Sum of RGB (Red+Green+Blue) = 9+93+103=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #095D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D67 is #F6A298. Grayscale: #444444. Windows color (decimal): -16163481 or 6774025. OLE color: 6774025.

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

Color convert

RGB 9 93 103 -
CMYK 0.91 0.10 0 0.60
HSL 186.38º 0.84% 0.22% -
HSV(B) 186.38º 0.91% 0.4% -
XYZ 6.48 8.87 14.2 -
YUV 69.02 147.17 85.19 -
System Red Green Blue C M Y K H S L
Decimal 9 93 103 0.91 0.10 0 0.60 186.38 0.84 0.22
Hex 9 5D 67 5B A 0 3C BA 54 16
Octal 11 135 147 133 12 0 74 272 124 26
Binary 1001 1011101 1100111 1011011 1010 0 111100 10111010 1010100 10110

Color Harmonies of #095D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D67

Black with #095D67

Text Example


Text Example

White with #095D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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