Html Css Color HEX #072AAB International Klein Blue

📋 copy color: '#072AAB'

red 7 ◦ green 42 ◦ blue 171

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

Shades of International Klein Blue #072AAB

Tints of International Klein Blue #072AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.09%

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

R = 3.18%
G = 19.09%
B = 77.73%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#072AAB (or 0x072AAB) is known color: International Klein Blue. HEX triplet: 07, 2A and AB. RGB value is (7,42,171). Sum of RGB (Red+Green+Blue) = 7+42+171=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #072AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072AAB is #F8D554. Grayscale: #2D2D2D. Windows color (decimal): -16307541 or 11217415. OLE color: 11217415.

HSL color Cylindrical-coordinate representation of color #072AAB: hue angle of 227.2º 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 #072AAB is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 42 171 -
CMYK 0.96 0.75 0 0.33
HSL 227.2º 0.92% 0.35% -
HSV(B) 227.2º 0.96% 0.67% -
XYZ 8.27 4.64 38.99 -
YUV 46.24 198.4 100.01 -
System Red Green Blue C M Y K H S L
Decimal 7 42 171 0.96 0.75 0 0.33 227.2 0.92 0.35
Hex 7 2A AB 60 4B 0 21 E3 5C 23
Octal 7 52 253 140 113 0 41 343 134 43
Binary 111 101010 10101011 1100000 1001011 0 100001 11100011 1011100 100011

Color Harmonies of #072AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072AAB

Black with #072AAB

Text Example


Text Example

White with #072AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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