Html Css Color HEX #095167 Blue Lagoon

📋 copy color: '#095167'

red 9 ◦ green 81 ◦ blue 103

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

Shades of Blue Lagoon #095167

Tints of Blue Lagoon #095167

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.97%

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

R = 4.66%
G = 41.97%
B = 53.37%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#095167 (or 0x095167) is known color: Blue Lagoon. HEX triplet: 09, 51 and 67. RGB value is (9,81,103). Sum of RGB (Red+Green+Blue) = 9+81+103=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #095167 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095167 is #F6AE98. Grayscale: #3D3D3D. Windows color (decimal): -16166553 or 6770953. OLE color: 6770953.

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

Color convert

RGB 9 81 103 -
CMYK 0.91 0.21 0 0.60
HSL 194.04º 0.84% 0.22% -
HSV(B) 194.04º 0.91% 0.4% -
XYZ 5.5 6.92 13.88 -
YUV 61.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 9 81 103 0.91 0.21 0 0.60 194.04 0.84 0.22
Hex 9 51 67 5B 15 0 3C C2 54 16
Octal 11 121 147 133 25 0 74 302 124 26
Binary 1001 1010001 1100111 1011011 10101 0 111100 11000010 1010100 10110

Color Harmonies of #095167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095167

Black with #095167

Text Example


Text Example

White with #095167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095167; }

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

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

background-color css

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

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

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

border-color css

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

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

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