Html Css Color HEX #076290 Allports

📋 copy color: '#076290'

red 7 ◦ green 98 ◦ blue 144

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

Shades of Allports #076290

Tints of Allports #076290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.36%

 BLUE value IS 144 (56.64% from 255) = 57.83%

R = 2.81%
G = 39.36%
B = 57.83%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#076290 (or 0x076290) is known color: Allports. HEX triplet: 07, 62 and 90. RGB value is (7,98,144). Sum of RGB (Red+Green+Blue) = 7+98+144=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #076290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076290 is #F89D6F. Grayscale: #4B4B4B. Windows color (decimal): -16293232 or 9462279. OLE color: 9462279.

HSL color Cylindrical-coordinate representation of color #076290: hue angle of 200.15º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076290 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 98 144 -
CMYK 0.95 0.32 0 0.44
HSL 200.15º 0.91% 0.3% -
HSV(B) 200.15º 0.95% 0.56% -
XYZ 9.49 10.79 27.97 -
YUV 76.04 166.35 78.76 -
System Red Green Blue C M Y K H S L
Decimal 7 98 144 0.95 0.32 0 0.44 200.15 0.91 0.3
Hex 7 62 90 5F 20 0 2C C8 5B 1E
Octal 7 142 220 137 40 0 54 310 133 36
Binary 111 1100010 10010000 1011111 100000 0 101100 11001000 1011011 11110

Color Harmonies of #076290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076290

Black with #076290

Text Example


Text Example

White with #076290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076290; }

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

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

background-color css

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

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

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

border-color css

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

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

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