Html Css Color HEX #072AAD International Klein Blue

📋 copy color: '#072AAD'

red 7 ◦ green 42 ◦ blue 173

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

Shades of International Klein Blue #072AAD

Tints of International Klein Blue #072AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 77.93%

R = 3.15%
G = 18.92%
B = 77.93%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#072AAD (or 0x072AAD) is known color: International Klein Blue. HEX triplet: 07, 2A and AD. RGB value is (7,42,173). Sum of RGB (Red+Green+Blue) = 7+42+173=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #072AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072AAD is #F8D552. Grayscale: #2D2D2D. Windows color (decimal): -16307539 or 11348487. OLE color: 11348487.

HSL color Cylindrical-coordinate representation of color #072AAD: hue angle of 227.35º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072AAD is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 42 173 -
CMYK 0.96 0.76 0 0.32
HSL 227.35º 0.92% 0.35% -
HSV(B) 227.35º 0.96% 0.68% -
XYZ 8.46 4.72 40 -
YUV 46.47 199.4 99.85 -
System Red Green Blue C M Y K H S L
Decimal 7 42 173 0.96 0.76 0 0.32 227.35 0.92 0.35
Hex 7 2A AD 60 4C 0 20 E3 5C 23
Octal 7 52 255 140 114 0 40 343 134 43
Binary 111 101010 10101101 1100000 1001100 0 100000 11100011 1011100 100011

Color Harmonies of #072AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072AAD

Black with #072AAD

Text Example


Text Example

White with #072AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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