Html Css Color HEX #096167 Blue Lagoon

📋 copy color: '#096167'

red 9 ◦ green 97 ◦ blue 103

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

Shades of Blue Lagoon #096167

Tints of Blue Lagoon #096167

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.41%

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

R = 4.31%
G = 46.41%
B = 49.28%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#096167 (or 0x096167) is known color: Blue Lagoon. HEX triplet: 09, 61 and 67. RGB value is (9,97,103). Sum of RGB (Red+Green+Blue) = 9+97+103=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #096167 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096167 is #F69E98. Grayscale: #474747. Windows color (decimal): -16162457 or 6775049. OLE color: 6775049.

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

Color convert

RGB 9 97 103 -
CMYK 0.91 0.06 0 0.60
HSL 183.83º 0.84% 0.22% -
HSV(B) 183.83º 0.91% 0.4% -
XYZ 6.84 9.59 14.32 -
YUV 71.37 145.85 83.51 -
System Red Green Blue C M Y K H S L
Decimal 9 97 103 0.91 0.06 0 0.60 183.83 0.84 0.22
Hex 9 61 67 5B 6 0 3C B8 54 16
Octal 11 141 147 133 6 0 74 270 124 26
Binary 1001 1100001 1100111 1011011 110 0 111100 10111000 1010100 10110

Color Harmonies of #096167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096167

Black with #096167

Text Example


Text Example

White with #096167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096167; }

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

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

background-color css

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

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

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

border-color css

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

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

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