Html Css Color HEX #076087 Allports

📋 copy color: '#076087'

red 7 ◦ green 96 ◦ blue 135

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

Shades of Allports #076087

Tints of Allports #076087

RGB

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

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

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

R = 2.94%
G = 40.34%
B = 56.72%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#076087 (or 0x076087) is known color: Allports. HEX triplet: 07, 60 and 87. RGB value is (7,96,135). Sum of RGB (Red+Green+Blue) = 7+96+135=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #076087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076087 is #F89F78. Grayscale: #494949. Windows color (decimal): -16293753 or 8871943. OLE color: 8871943.

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

Color convert

RGB 7 96 135 -
CMYK 0.95 0.29 0 0.47
HSL 198.28º 0.9% 0.28% -
HSV(B) 198.28º 0.95% 0.53% -
XYZ 8.64 10.16 24.43 -
YUV 73.84 162.51 80.33 -
System Red Green Blue C M Y K H S L
Decimal 7 96 135 0.95 0.29 0 0.47 198.28 0.9 0.28
Hex 7 60 87 5F 1D 0 2F C6 5A 1C
Octal 7 140 207 137 35 0 57 306 132 34
Binary 111 1100000 10000111 1011111 11101 0 101111 11000110 1011010 11100

Color Harmonies of #076087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076087

Black with #076087

Text Example


Text Example

White with #076087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076087; }

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

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

background-color css

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

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

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

border-color css

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

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

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