Html Css Color HEX #072ABE International Klein Blue

📋 copy color: '#072ABE'

red 7 ◦ green 42 ◦ blue 190

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

Shades of International Klein Blue #072ABE

Tints of International Klein Blue #072ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 79.5%

R = 2.93%
G = 17.57%
B = 79.5%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#072ABE (or 0x072ABE) is known color: International Klein Blue. HEX triplet: 07, 2A and BE. RGB value is (7,42,190). Sum of RGB (Red+Green+Blue) = 7+42+190=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #072ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072ABE is #F8D541. Grayscale: #2F2F2F. Windows color (decimal): -16307522 or 12462599. OLE color: 12462599.

HSL color Cylindrical-coordinate representation of color #072ABE: hue angle of 228.52º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072ABE is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 42 190 -
CMYK 0.96 0.78 0 0.25
HSL 228.52º 0.93% 0.39% -
HSV(B) 228.52º 0.96% 0.75% -
XYZ 10.21 5.42 49.22 -
YUV 48.41 207.9 98.47 -
System Red Green Blue C M Y K H S L
Decimal 7 42 190 0.96 0.78 0 0.25 228.52 0.93 0.39
Hex 7 2A BE 60 4E 0 19 E5 5D 27
Octal 7 52 276 140 116 0 31 345 135 47
Binary 111 101010 10111110 1100000 1001110 0 11001 11100101 1011101 100111

Color Harmonies of #072ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072ABE

Black with #072ABE

Text Example


Text Example

White with #072ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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