#076283

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

Shades of Blue Lagoon #076283

Tints of Blue Lagoon #076283

Color information

#076283 (or 0x076283) is unknown color: approx Blue Lagoon. HEX triplet: 07, 62 and 83. RGB value is (7,98,131). Sum of RGB (Red+Green+Blue) = 7+98+131=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #076283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076283 is #F89D7C. Grayscale: #4A4A4A. Windows color (decimal): -16293245 or 8610311. OLE color: 8610311.

HSL color Cylindrical-coordinate representation of color #076283: hue angle of 195.97º 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 #076283 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB798131-
CMYK0.950.2500.49
HSL195.97º89.86%27.06%-
HSV(B)195.97º94.66%51.37%-
XYZ8.5510.4223.03-
YUV74.55159.8579.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.97%
GREEN value IS 98 (38.67% from 255) = 41.53%
BLUE value IS 131 (51.56% from 255) = 55.51%
R=2.97%
G=41.53%
B=55.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7981310.950.2500.49195.9789.8627.06
Hex762835F19031c45a1b
Octal71422031373106130413233
Binary111110001010000011101111111001011000111000100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076283; }

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

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

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

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

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

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

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

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