Html Css Color HEX #076987 Allports

📋 copy color: '#076987'

red 7 ◦ green 105 ◦ blue 135

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

Shades of Allports #076987

Tints of Allports #076987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 54.66%

R = 2.83%
G = 42.51%
B = 54.66%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#076987 (or 0x076987) is known color: Allports. HEX triplet: 07, 69 and 87. RGB value is (7,105,135). Sum of RGB (Red+Green+Blue) = 7+105+135=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #076987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076987 is #F89678. Grayscale: #4E4E4E. Windows color (decimal): -16291449 or 8874247. OLE color: 8874247.

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

Color convert

RGB 7 105 135 -
CMYK 0.95 0.22 0 0.47
HSL 194.06º 0.9% 0.28% -
HSV(B) 194.06º 0.95% 0.53% -
XYZ 9.51 11.9 24.72 -
YUV 79.12 159.53 76.56 -
System Red Green Blue C M Y K H S L
Decimal 7 105 135 0.95 0.22 0 0.47 194.06 0.9 0.28
Hex 7 69 87 5F 16 0 2F C2 5A 1C
Octal 7 151 207 137 26 0 57 302 132 34
Binary 111 1101001 10000111 1011111 10110 0 101111 11000010 1011010 11100

Color Harmonies of #076987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076987

Black with #076987

Text Example


Text Example

White with #076987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076987; }

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

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

background-color css

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

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

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

border-color css

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

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

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