#072AB7

Color #072AB7 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #072AB7

Tints of International Klein Blue #072AB7

Color information

#072AB7 (or 0x072AB7) is unknown color: approx International Klein Blue. HEX triplet: 07, 2A and B7. RGB value is (7,42,183). Sum of RGB (Red+Green+Blue) = 7+42+183=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 183 (71.88% from 255 or 78.88% from 232); Max value from RGB is 183 - color contains mainly: blue. Hex color #072AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072AB7 is #F8D548. Grayscale: #2F2F2F. Windows color (decimal): -16307529 or 12003847. OLE color: 12003847.

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

Color convert

RGB742183-
CMYK0.960.7700.28
HSL228.07º92.63%37.25%-
HSV(B)228.07º96.17%71.76%-
XYZ9.465.1245.29-
YUV47.61204.499.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.02%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 183 (71.88% from 255) = 78.88%
R=3.02%
G=18.10%
B=78.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal7421830.960.7700.28228.0792.6337.25
Hex72AB7604D01Ce45d25
Octal75226714011503434413545
Binary1111010101011011111000001001101011100111001001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #072AB7;
 }
 .AnyTagClassName
 {
   color: #072AB7;
 }
</style>
background-color css

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

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

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

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

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

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