Html Css Color HEX #072AB0 International Klein Blue

📋 copy color: '#072AB0'

red 7 ◦ green 42 ◦ blue 176

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

Shades of International Klein Blue #072AB0

Tints of International Klein Blue #072AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 78.22%

R = 3.11%
G = 18.67%
B = 78.22%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#072AB0 (or 0x072AB0) is known color: International Klein Blue. HEX triplet: 07, 2A and B0. RGB value is (7,42,176). Sum of RGB (Red+Green+Blue) = 7+42+176=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 176 (69.14% from 255 or 78.22% from 225); Max value from RGB is 176 - color contains mainly: blue. Hex color #072AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072AB0 is #F8D54F. Grayscale: #2E2E2E. Windows color (decimal): -16307536 or 11545095. OLE color: 11545095.

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

Color convert

RGB 7 42 176 -
CMYK 0.96 0.76 0 0.31
HSL 227.57º 0.92% 0.36% -
HSV(B) 227.57º 0.96% 0.69% -
XYZ 8.75 4.84 41.55 -
YUV 46.81 200.9 99.6 -
System Red Green Blue C M Y K H S L
Decimal 7 42 176 0.96 0.76 0 0.31 227.57 0.92 0.36
Hex 7 2A B0 60 4C 0 1F E4 5C 24
Octal 7 52 260 140 114 0 37 344 134 44
Binary 111 101010 10110000 1100000 1001100 0 11111 11100100 1011100 100100

Color Harmonies of #072AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072AB0

Black with #072AB0

Text Example


Text Example

White with #072AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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