Html Css Color HEX #072ABB International Klein Blue

📋 copy color: '#072ABB'

red 7 ◦ green 42 ◦ blue 187

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

Shades of International Klein Blue #072ABB

Tints of International Klein Blue #072ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 79.24%

R = 2.97%
G = 17.8%
B = 79.24%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#072ABB (or 0x072ABB) is known color: International Klein Blue. HEX triplet: 07, 2A and BB. RGB value is (7,42,187). Sum of RGB (Red+Green+Blue) = 7+42+187=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 187 (73.44% from 255 or 79.24% from 236); Max value from RGB is 187 - color contains mainly: blue. Hex color #072ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072ABB is #F8D544. Grayscale: #2F2F2F. Windows color (decimal): -16307525 or 12265991. OLE color: 12265991.

HSL color Cylindrical-coordinate representation of color #072ABB: hue angle of 228.33º 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 #072ABB is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 42 187 -
CMYK 0.96 0.78 0 0.27
HSL 228.33º 0.93% 0.38% -
HSV(B) 228.33º 0.96% 0.73% -
XYZ 9.89 5.29 47.51 -
YUV 48.07 206.4 98.71 -
System Red Green Blue C M Y K H S L
Decimal 7 42 187 0.96 0.78 0 0.27 228.33 0.93 0.38
Hex 7 2A BB 60 4E 0 1B E4 5D 26
Octal 7 52 273 140 116 0 33 344 135 46
Binary 111 101010 10111011 1100000 1001110 0 11011 11100100 1011101 100110

Color Harmonies of #072ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072ABB

Black with #072ABB

Text Example


Text Example

White with #072ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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