Html Css Color HEX #076089 Allports

📋 copy color: '#076089'

red 7 ◦ green 96 ◦ blue 137

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

Shades of Allports #076089

Tints of Allports #076089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40%

 BLUE value IS 137 (53.91% from 255) = 57.08%

R = 2.92%
G = 40%
B = 57.08%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#076089 (or 0x076089) is known color: Allports. HEX triplet: 07, 60 and 89. RGB value is (7,96,137). Sum of RGB (Red+Green+Blue) = 7+96+137=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #076089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076089 is #F89F76. Grayscale: #494949. Windows color (decimal): -16293751 or 9003015. OLE color: 9003015.

HSL color Cylindrical-coordinate representation of color #076089: hue angle of 198.92º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076089 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 96 137 -
CMYK 0.95 0.30 0 0.46
HSL 198.92º 0.9% 0.28% -
HSV(B) 198.92º 0.95% 0.54% -
XYZ 8.79 10.22 25.18 -
YUV 74.06 163.51 80.17 -
System Red Green Blue C M Y K H S L
Decimal 7 96 137 0.95 0.30 0 0.46 198.92 0.9 0.28
Hex 7 60 89 5F 1E 0 2E C7 5A 1C
Octal 7 140 211 137 36 0 56 307 132 34
Binary 111 1100000 10001001 1011111 11110 0 101110 11000111 1011010 11100

Color Harmonies of #076089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076089

Black with #076089

Text Example


Text Example

White with #076089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076089; }

 p { color: rgb(7,96,137); }

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

background-color css

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

 a { background-color: rgb(7,96,137); }

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

border-color css

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

 span { border-color: rgb(7,96,137); }

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