Html Css Color HEX #0720AB International Klein Blue

📋 copy color: '#0720AB'

red 7 ◦ green 32 ◦ blue 171

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

Shades of International Klein Blue #0720AB

Tints of International Klein Blue #0720AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

 BLUE value IS 171 (67.19% from 255) = 81.43%

R = 3.33%
G = 15.24%
B = 81.43%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0720AB (or 0x0720AB) is known color: International Klein Blue. HEX triplet: 07, 20 and AB. RGB value is (7,32,171). Sum of RGB (Red+Green+Blue) = 7+32+171=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 171 (67.19% from 255 or 81.43% from 210); Max value from RGB is 171 - color contains mainly: blue. Hex color #0720AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0720AB is #F8DF54. Grayscale: #272727. Windows color (decimal): -16310101 or 11214855. OLE color: 11214855.

HSL color Cylindrical-coordinate representation of color #0720AB: hue angle of 230.85º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0720AB is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 32 171 -
CMYK 0.96 0.81 0 0.33
HSL 230.85º 0.92% 0.35% -
HSV(B) 230.85º 0.96% 0.67% -
XYZ 7.95 4.02 38.88 -
YUV 40.37 201.72 104.2 -
System Red Green Blue C M Y K H S L
Decimal 7 32 171 0.96 0.81 0 0.33 230.85 0.92 0.35
Hex 7 20 AB 60 51 0 21 E7 5C 23
Octal 7 40 253 140 121 0 41 347 134 43
Binary 111 100000 10101011 1100000 1010001 0 100001 11100111 1011100 100011

Color Harmonies of #0720AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0720AB

Black with #0720AB

Text Example


Text Example

White with #0720AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0720AB; }

 p { color: rgb(7,32,171); }

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

background-color css

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

 a { background-color: rgb(7,32,171); }

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

border-color css

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

 span { border-color: rgb(7,32,171); }

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