Html Css Color HEX #095168 Blue Lagoon

📋 copy color: '#095168'

red 9 ◦ green 81 ◦ blue 104

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

Shades of Blue Lagoon #095168

Tints of Blue Lagoon #095168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 53.61%

R = 4.64%
G = 41.75%
B = 53.61%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#095168 (or 0x095168) is known color: Blue Lagoon. HEX triplet: 09, 51 and 68. RGB value is (9,81,104). Sum of RGB (Red+Green+Blue) = 9+81+104=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #095168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095168 is #F6AE97. Grayscale: #3D3D3D. Windows color (decimal): -16166552 or 6836489. OLE color: 6836489.

HSL color Cylindrical-coordinate representation of color #095168: hue angle of 194.53º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095168 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 81 104 -
CMYK 0.91 0.22 0 0.59
HSL 194.53º 0.84% 0.22% -
HSV(B) 194.53º 0.91% 0.41% -
XYZ 5.55 6.94 14.14 -
YUV 62.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 9 81 104 0.91 0.22 0 0.59 194.53 0.84 0.22
Hex 9 51 68 5B 16 0 3B C3 54 16
Octal 11 121 150 133 26 0 73 303 124 26
Binary 1001 1010001 1101000 1011011 10110 0 111011 11000011 1010100 10110

Color Harmonies of #095168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095168

Black with #095168

Text Example


Text Example

White with #095168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095168; }

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

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

background-color css

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

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

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

border-color css

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

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

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