#095472

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

Shades of Blue Lagoon #095472

Tints of Blue Lagoon #095472

Color information

#095472 (or 0x095472) is unknown color: approx Blue Lagoon. HEX triplet: 09, 54 and 72. RGB value is (9,84,114). Sum of RGB (Red+Green+Blue) = 9+84+114=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #095472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095472 is #F6AB8D. Grayscale: #404040. Windows color (decimal): -16165774 or 7492617. OLE color: 7492617.

HSL color Cylindrical-coordinate representation of color #095472: hue angle of 197.14º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095472 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB984114-
CMYK0.920.2600.55
HSL197.14º85.37%24.12%-
HSV(B)197.14º92.11%44.71%-
XYZ6.327.6117.06-
YUV65155.6588.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 114 (44.92% from 255) = 55.07%
R=4.35%
G=40.58%
B=55.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9841140.920.2600.55197.1485.3724.12
Hex954725C1A037c55518
Octal111241621343206730512530
Binary100110101001110010101110011010011011111000101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095472; }

 p { color: rgb(9,84,114); }

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

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

 a { background-color: rgb(9,84,114); }

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

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

 span { border-color: rgb(9,84,114); }

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