Html Css Color HEX #076587 Allports

📋 copy color: '#076587'

red 7 ◦ green 101 ◦ blue 135

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

Shades of Allports #076587

Tints of Allports #076587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.56%

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

R = 2.88%
G = 41.56%
B = 55.56%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#076587 (or 0x076587) is known color: Allports. HEX triplet: 07, 65 and 87. RGB value is (7,101,135). Sum of RGB (Red+Green+Blue) = 7+101+135=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #076587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076587 is #F89A78. Grayscale: #4C4C4C. Windows color (decimal): -16292473 or 8873223. OLE color: 8873223.

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

Color convert

RGB 7 101 135 -
CMYK 0.95 0.25 0 0.47
HSL 195.94º 0.9% 0.28% -
HSV(B) 195.94º 0.95% 0.53% -
XYZ 9.11 11.1 24.58 -
YUV 76.77 160.86 78.24 -
System Red Green Blue C M Y K H S L
Decimal 7 101 135 0.95 0.25 0 0.47 195.94 0.9 0.28
Hex 7 65 87 5F 19 0 2F C4 5A 1C
Octal 7 145 207 137 31 0 57 304 132 34
Binary 111 1100101 10000111 1011111 11001 0 101111 11000100 1011010 11100

Color Harmonies of #076587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076587

Black with #076587

Text Example


Text Example

White with #076587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076587; }

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

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

background-color css

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

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

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

border-color css

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

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

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