Html Css Color HEX #076283 Blue Lagoon

📋 copy color: '#076283'

red 7 ◦ green 98 ◦ blue 131

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

Shades of Blue Lagoon #076283

Tints of Blue Lagoon #076283

RGB

 RED value IS 7 (3.13% 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 value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#076283 (or 0x076283) is known color: 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

RGB 7 98 131 -
CMYK 0.95 0.25 0 0.49
HSL 195.97º 0.9% 0.27% -
HSV(B) 195.97º 0.95% 0.51% -
XYZ 8.55 10.42 23.03 -
YUV 74.55 159.85 79.82 -
System Red Green Blue C M Y K H S L
Decimal 7 98 131 0.95 0.25 0 0.49 195.97 0.9 0.27
Hex 7 62 83 5F 19 0 31 C4 5A 1B
Octal 7 142 203 137 31 0 61 304 132 33
Binary 111 1100010 10000011 1011111 11001 0 110001 11000100 1011010 11011

Color Harmonies of #076283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076283

Black with #076283

Text Example


Text Example

White with #076283

Text Example


Text Example

HTML Codes & Css Web 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>