Html Css Color HEX #076983 Blue Lagoon

📋 copy color: '#076983'

red 7 ◦ green 105 ◦ blue 131

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

Shades of Blue Lagoon #076983

Tints of Blue Lagoon #076983

RGB

 RED value IS 7 (3.13% from 255) = 2.88%

 GREEN value IS 105 (41.41% from 255) = 43.21%

 BLUE value IS 131 (51.56% from 255) = 53.91%

R = 2.88%
G = 43.21%
B = 53.91%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#076983 (or 0x076983) is known color: Blue Lagoon. HEX triplet: 07, 69 and 83. RGB value is (7,105,131). Sum of RGB (Red+Green+Blue) = 7+105+131=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #076983 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076983 is #F8967C. Grayscale: #4E4E4E. Windows color (decimal): -16291453 or 8612103. OLE color: 8612103.

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

Color convert

RGB 7 105 131 -
CMYK 0.95 0.20 0 0.49
HSL 192.58º 0.9% 0.27% -
HSV(B) 192.58º 0.95% 0.51% -
XYZ 9.24 11.79 23.26 -
YUV 78.66 157.53 76.89 -
System Red Green Blue C M Y K H S L
Decimal 7 105 131 0.95 0.20 0 0.49 192.58 0.9 0.27
Hex 7 69 83 5F 14 0 31 C1 5A 1B
Octal 7 151 203 137 24 0 61 301 132 33
Binary 111 1101001 10000011 1011111 10100 0 110001 11000001 1011010 11011

Color Harmonies of #076983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076983

Black with #076983

Text Example


Text Example

White with #076983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076983; }

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

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

background-color css

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

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

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

border-color css

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

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

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