Html Css Color HEX #076388 Allports

📋 copy color: '#076388'

red 7 ◦ green 99 ◦ blue 136

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

Shades of Allports #076388

Tints of Allports #076388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.91%

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

R = 2.89%
G = 40.91%
B = 56.2%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#076388 (or 0x076388) is known color: Allports. HEX triplet: 07, 63 and 88. RGB value is (7,99,136). Sum of RGB (Red+Green+Blue) = 7+99+136=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #076388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076388 is #F89C77. Grayscale: #4B4B4B. Windows color (decimal): -16292984 or 8938247. OLE color: 8938247.

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

Color convert

RGB 7 99 136 -
CMYK 0.95 0.27 0 0.47
HSL 197.21º 0.9% 0.28% -
HSV(B) 197.21º 0.95% 0.53% -
XYZ 8.99 10.75 24.89 -
YUV 75.71 162.02 78.99 -
System Red Green Blue C M Y K H S L
Decimal 7 99 136 0.95 0.27 0 0.47 197.21 0.9 0.28
Hex 7 63 88 5F 1B 0 2F C5 5A 1C
Octal 7 143 210 137 33 0 57 305 132 34
Binary 111 1100011 10001000 1011111 11011 0 101111 11000101 1011010 11100

Color Harmonies of #076388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076388

Black with #076388

Text Example


Text Example

White with #076388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076388; }

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

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

background-color css

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

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

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

border-color css

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

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

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