Html Css Color HEX #095263 Blue Lagoon

📋 copy color: '#095263'

red 9 ◦ green 82 ◦ blue 99

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

Shades of Blue Lagoon #095263

Tints of Blue Lagoon #095263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.16%

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

R = 4.74%
G = 43.16%
B = 52.11%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#095263 (or 0x095263) is known color: Blue Lagoon. HEX triplet: 09, 52 and 63. RGB value is (9,82,99). Sum of RGB (Red+Green+Blue) = 9+82+99=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #095263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095263 is #F6AD9C. Grayscale: #3D3D3D. Windows color (decimal): -16166301 or 6509065. OLE color: 6509065.

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

Color convert

RGB 9 82 99 -
CMYK 0.91 0.17 0 0.61
HSL 191.33º 0.83% 0.21% -
HSV(B) 191.33º 0.91% 0.39% -
XYZ 5.38 6.99 12.87 -
YUV 62.11 148.82 90.12 -
System Red Green Blue C M Y K H S L
Decimal 9 82 99 0.91 0.17 0 0.61 191.33 0.83 0.21
Hex 9 52 63 5B 11 0 3D BF 53 15
Octal 11 122 143 133 21 0 75 277 123 25
Binary 1001 1010010 1100011 1011011 10001 0 111101 10111111 1010011 10101

Color Harmonies of #095263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095263

Black with #095263

Text Example


Text Example

White with #095263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095263; }

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

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

background-color css

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

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

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

border-color css

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

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

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