Html Css Color HEX #096280 Blue Lagoon

📋 copy color: '#096280'

red 9 ◦ green 98 ◦ blue 128

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

Shades of Blue Lagoon #096280

Tints of Blue Lagoon #096280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.7%

 BLUE value IS 128 (50.39% from 255) = 54.47%

R = 3.83%
G = 41.7%
B = 54.47%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#096280 (or 0x096280) is known color: Blue Lagoon. HEX triplet: 09, 62 and 80. RGB value is (9,98,128). Sum of RGB (Red+Green+Blue) = 9+98+128=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #096280 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096280 is #F69D7F. Grayscale: #4A4A4A. Windows color (decimal): -16162176 or 8413705. OLE color: 8413705.

HSL color Cylindrical-coordinate representation of color #096280: hue angle of 195.13º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096280 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 98 128 -
CMYK 0.93 0.23 0 0.50
HSL 195.13º 0.87% 0.27% -
HSV(B) 195.13º 0.93% 0.5% -
XYZ 8.38 10.35 21.98 -
YUV 74.81 158.01 81.06 -
System Red Green Blue C M Y K H S L
Decimal 9 98 128 0.93 0.23 0 0.50 195.13 0.87 0.27
Hex 9 62 80 5D 17 0 32 C3 57 1B
Octal 11 142 200 135 27 0 62 303 127 33
Binary 1001 1100010 10000000 1011101 10111 0 110010 11000011 1010111 11011

Color Harmonies of #096280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096280

Black with #096280

Text Example


Text Example

White with #096280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096280; }

 p { color: rgb(9,98,128); }

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

background-color css

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

 a { background-color: rgb(9,98,128); }

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

border-color css

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

 span { border-color: rgb(9,98,128); }

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