Html Css Color HEX #072AB4 International Klein Blue

📋 copy color: '#072AB4'

red 7 ◦ green 42 ◦ blue 180

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

Shades of International Klein Blue #072AB4

Tints of International Klein Blue #072AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 78.6%

R = 3.06%
G = 18.34%
B = 78.6%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#072AB4 (or 0x072AB4) is known color: International Klein Blue. HEX triplet: 07, 2A and B4. RGB value is (7,42,180). Sum of RGB (Red+Green+Blue) = 7+42+180=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 180 (70.70% from 255 or 78.60% from 229); Max value from RGB is 180 - color contains mainly: blue. Hex color #072AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072AB4 is #F8D54B. Grayscale: #2E2E2E. Windows color (decimal): -16307532 or 11807239. OLE color: 11807239.

HSL color Cylindrical-coordinate representation of color #072AB4: hue angle of 227.86º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072AB4 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 42 180 -
CMYK 0.96 0.77 0 0.29
HSL 227.86º 0.93% 0.37% -
HSV(B) 227.86º 0.96% 0.71% -
XYZ 9.15 5 43.66 -
YUV 47.27 202.9 99.28 -
System Red Green Blue C M Y K H S L
Decimal 7 42 180 0.96 0.77 0 0.29 227.86 0.93 0.37
Hex 7 2A B4 60 4D 0 1D E4 5D 25
Octal 7 52 264 140 115 0 35 344 135 45
Binary 111 101010 10110100 1100000 1001101 0 11101 11100100 1011101 100101

Color Harmonies of #072AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072AB4

Black with #072AB4

Text Example


Text Example

White with #072AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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