Html Css Color HEX #095163 Blue Lagoon

📋 copy color: '#095163'

red 9 ◦ green 81 ◦ blue 99

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

Shades of Blue Lagoon #095163

Tints of Blue Lagoon #095163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.38%

R = 4.76%
G = 42.86%
B = 52.38%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#095163 (or 0x095163) is known color: Blue Lagoon. HEX triplet: 09, 51 and 63. RGB value is (9,81,99). Sum of RGB (Red+Green+Blue) = 9+81+99=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #095163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095163 is #F6AE9C. Grayscale: #3D3D3D. Windows color (decimal): -16166557 or 6508809. OLE color: 6508809.

HSL color Cylindrical-coordinate representation of color #095163: hue angle of 192º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095163 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 81 99 -
CMYK 0.91 0.18 0 0.61
HSL 192º 0.83% 0.21% -
HSV(B) 192º 0.91% 0.39% -
XYZ 5.31 6.84 12.85 -
YUV 61.52 149.15 90.54 -
System Red Green Blue C M Y K H S L
Decimal 9 81 99 0.91 0.18 0 0.61 192 0.83 0.21
Hex 9 51 63 5B 12 0 3D C0 53 15
Octal 11 121 143 133 22 0 75 300 123 25
Binary 1001 1010001 1100011 1011011 10010 0 111101 11000000 1010011 10101

Color Harmonies of #095163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095163

Black with #095163

Text Example


Text Example

White with #095163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095163; }

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

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

background-color css

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

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

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

border-color css

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

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

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