Html Css Color HEX #076885 Allports

📋 copy color: '#076885'

red 7 ◦ green 104 ◦ blue 133

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

Shades of Allports #076885

Tints of Allports #076885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.62%

 BLUE value IS 133 (52.34% from 255) = 54.51%

R = 2.87%
G = 42.62%
B = 54.51%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#076885 (or 0x076885) is known color: Allports. HEX triplet: 07, 68 and 85. RGB value is (7,104,133). Sum of RGB (Red+Green+Blue) = 7+104+133=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #076885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076885 is #F8977A. Grayscale: #4E4E4E. Windows color (decimal): -16291707 or 8742919. OLE color: 8742919.

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

Color convert

RGB 7 104 133 -
CMYK 0.95 0.22 0 0.48
HSL 193.81º 0.9% 0.27% -
HSV(B) 193.81º 0.95% 0.52% -
XYZ 9.27 11.64 23.95 -
YUV 78.3 158.86 77.14 -
System Red Green Blue C M Y K H S L
Decimal 7 104 133 0.95 0.22 0 0.48 193.81 0.9 0.27
Hex 7 68 85 5F 16 0 30 C2 5A 1B
Octal 7 150 205 137 26 0 60 302 132 33
Binary 111 1101000 10000101 1011111 10110 0 110000 11000010 1011010 11011

Color Harmonies of #076885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076885

Black with #076885

Text Example


Text Example

White with #076885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076885; }

 p { color: rgb(7,104,133); }

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

background-color css

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

 a { background-color: rgb(7,104,133); }

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

border-color css

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

 span { border-color: rgb(7,104,133); }

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