Html Css Color HEX #072ABA International Klein Blue

📋 copy color: '#072ABA'

red 7 ◦ green 42 ◦ blue 186

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

Shades of International Klein Blue #072ABA

Tints of International Klein Blue #072ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 79.15%

R = 2.98%
G = 17.87%
B = 79.15%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#072ABA (or 0x072ABA) is known color: International Klein Blue. HEX triplet: 07, 2A and BA. RGB value is (7,42,186). Sum of RGB (Red+Green+Blue) = 7+42+186=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #072ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072ABA is #F8D545. Grayscale: #2F2F2F. Windows color (decimal): -16307526 or 12200455. OLE color: 12200455.

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

Color convert

RGB 7 42 186 -
CMYK 0.96 0.77 0 0.27
HSL 228.27º 0.93% 0.38% -
HSV(B) 228.27º 0.96% 0.73% -
XYZ 9.78 5.25 46.95 -
YUV 47.95 205.9 98.79 -
System Red Green Blue C M Y K H S L
Decimal 7 42 186 0.96 0.77 0 0.27 228.27 0.93 0.38
Hex 7 2A BA 60 4D 0 1B E4 5D 26
Octal 7 52 272 140 115 0 33 344 135 46
Binary 111 101010 10111010 1100000 1001101 0 11011 11100100 1011101 100110

Color Harmonies of #072ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072ABA

Black with #072ABA

Text Example


Text Example

White with #072ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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