Html Css Color HEX #076188 Allports

📋 copy color: '#076188'

red 7 ◦ green 97 ◦ blue 136

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

Shades of Allports #076188

Tints of Allports #076188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.42%

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

R = 2.92%
G = 40.42%
B = 56.67%

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

#076188 (or 0x076188) is known color: Allports. HEX triplet: 07, 61 and 88. RGB value is (7,97,136). Sum of RGB (Red+Green+Blue) = 7+97+136=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #076188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076188 is #F89E77. Grayscale: #4A4A4A. Windows color (decimal): -16293496 or 8937735. OLE color: 8937735.

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

Color convert

RGB 7 97 136 -
CMYK 0.95 0.29 0 0.47
HSL 198.14º 0.9% 0.28% -
HSV(B) 198.14º 0.95% 0.53% -
XYZ 8.81 10.37 24.83 -
YUV 74.54 162.68 79.83 -
System Red Green Blue C M Y K H S L
Decimal 7 97 136 0.95 0.29 0 0.47 198.14 0.9 0.28
Hex 7 61 88 5F 1D 0 2F C6 5A 1C
Octal 7 141 210 137 35 0 57 306 132 34
Binary 111 1100001 10001000 1011111 11101 0 101111 11000110 1011010 11100

Color Harmonies of #076188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076188

Black with #076188

Text Example


Text Example

White with #076188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076188; }

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

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

background-color css

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

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

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

border-color css

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

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

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