Html Css Color HEX #076988 Allports

📋 copy color: '#076988'

red 7 ◦ green 105 ◦ blue 136

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

Shades of Allports #076988

Tints of Allports #076988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.84%

R = 2.82%
G = 42.34%
B = 54.84%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#076988 (or 0x076988) is known color: Allports. HEX triplet: 07, 69 and 88. RGB value is (7,105,136). Sum of RGB (Red+Green+Blue) = 7+105+136=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #076988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076988 is #F89677. Grayscale: #4F4F4F. Windows color (decimal): -16291448 or 8939783. OLE color: 8939783.

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

Color convert

RGB 7 105 136 -
CMYK 0.95 0.23 0 0.47
HSL 194.42º 0.9% 0.28% -
HSV(B) 194.42º 0.95% 0.53% -
XYZ 9.58 11.93 25.09 -
YUV 79.23 160.03 76.48 -
System Red Green Blue C M Y K H S L
Decimal 7 105 136 0.95 0.23 0 0.47 194.42 0.9 0.28
Hex 7 69 88 5F 17 0 2F C2 5A 1C
Octal 7 151 210 137 27 0 57 302 132 34
Binary 111 1101001 10001000 1011111 10111 0 101111 11000010 1011010 11100

Color Harmonies of #076988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076988

Black with #076988

Text Example


Text Example

White with #076988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076988; }

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

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

background-color css

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

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

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

border-color css

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

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

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