Html Css Color HEX #072EA0 International Klein Blue

📋 copy color: '#072EA0'

red 7 ◦ green 46 ◦ blue 160

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

Shades of International Klein Blue #072EA0

Tints of International Klein Blue #072EA0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.6%

 BLUE value IS 160 (62.89% from 255) = 75.12%

R = 3.29%
G = 21.6%
B = 75.12%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#072EA0 (or 0x072EA0) is known color: International Klein Blue. HEX triplet: 07, 2E and A0. RGB value is (7,46,160). Sum of RGB (Red+Green+Blue) = 7+46+160=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 160 (62.89% from 255 or 75.12% from 213); Max value from RGB is 160 - color contains mainly: blue. Hex color #072EA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072EA0 is #F8D15F. Grayscale: #2E2E2E. Windows color (decimal): -16306528 or 10497543. OLE color: 10497543.

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

Color convert

RGB 7 46 160 -
CMYK 0.96 0.71 0 0.37
HSL 224.71º 0.92% 0.33% -
HSV(B) 224.71º 0.96% 0.63% -
XYZ 7.41 4.54 33.74 -
YUV 47.34 191.58 99.23 -
System Red Green Blue C M Y K H S L
Decimal 7 46 160 0.96 0.71 0 0.37 224.71 0.92 0.33
Hex 7 2E A0 60 47 0 25 E1 5C 21
Octal 7 56 240 140 107 0 45 341 134 41
Binary 111 101110 10100000 1100000 1000111 0 100101 11100001 1011100 100001

Color Harmonies of #072EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072EA0

Black with #072EA0

Text Example


Text Example

White with #072EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,46,160); }

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

background-color css

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

 a { background-color: rgb(7,46,160); }

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

border-color css

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

 span { border-color: rgb(7,46,160); }

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