#076383

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

Shades of Blue Lagoon #076383

Tints of Blue Lagoon #076383

Color information

#076383 (or 0x076383) is unknown color: approx Blue Lagoon. HEX triplet: 07, 63 and 83. RGB value is (7,99,131). Sum of RGB (Red+Green+Blue) = 7+99+131=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #076383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076383 is #F89C7C. Grayscale: #4A4A4A. Windows color (decimal): -16292989 or 8610567. OLE color: 8610567.

HSL color Cylindrical-coordinate representation of color #076383: hue angle of 195.48º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076383 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB799131-
CMYK0.950.2400.49
HSL195.48º89.86%27.06%-
HSV(B)195.48º94.66%51.37%-
XYZ8.6510.6123.06-
YUV75.14159.5279.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.95%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 131 (51.56% from 255) = 55.27%
R=2.95%
G=41.77%
B=55.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7991310.950.2400.49195.4889.8627.06
Hex763835F18031c35a1b
Octal71432031373006130313233
Binary111110001110000011101111111000011000111000011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076383; }

 p { color: rgb(7,99,131); }

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

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

 a { background-color: rgb(7,99,131); }

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

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

 span { border-color: rgb(7,99,131); }

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