#096278

Color #096278 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #096278

Tints of Blue Lagoon #096278

Color information

#096278 (or 0x096278) is unknown color: approx Blue Lagoon. HEX triplet: 09, 62 and 78. RGB value is (9,98,120). Sum of RGB (Red+Green+Blue) = 9+98+120=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #096278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096278 is #F69D87. Grayscale: #494949. Windows color (decimal): -16162184 or 7889417. OLE color: 7889417.

HSL color Cylindrical-coordinate representation of color #096278: hue angle of 191.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096278 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB998120-
CMYK0.920.1800.53
HSL191.89º86.05%25.29%-
HSV(B)191.89º92.5%47.06%-
XYZ7.8710.1519.31-
YUV73.9154.0181.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.96%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=3.96%
G=43.17%
B=52.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9981200.920.1800.53191.8986.0525.29
Hex962785C12035c05619
Octal111421701342206530012631
Binary100111000101111000101110010010011010111000000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096278; }

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

 H1.HeaderClassName
 {
   color: #096278;
 }
 .AnyTagClassName
 {
   color: #096278;
 }
</style>
background-color css

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

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

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

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

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

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