Html Css Color HEX #072BAE International Klein Blue

📋 copy color: '#072BAE'

red 7 ◦ green 43 ◦ blue 174

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

Shades of International Klein Blue #072BAE

Tints of International Klein Blue #072BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.2%

 BLUE value IS 174 (68.36% from 255) = 77.68%

R = 3.13%
G = 19.2%
B = 77.68%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#072BAE (or 0x072BAE) is known color: International Klein Blue. HEX triplet: 07, 2B and AE. RGB value is (7,43,174). Sum of RGB (Red+Green+Blue) = 7+43+174=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 174 (68.36% from 255 or 77.68% from 224); Max value from RGB is 174 - color contains mainly: blue. Hex color #072BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072BAE is #F8D451. Grayscale: #2E2E2E. Windows color (decimal): -16307282 or 11414279. OLE color: 11414279.

HSL color Cylindrical-coordinate representation of color #072BAE: hue angle of 227.07º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072BAE is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 43 174 -
CMYK 0.96 0.75 0 0.32
HSL 227.07º 0.92% 0.35% -
HSV(B) 227.07º 0.96% 0.68% -
XYZ 8.59 4.83 40.52 -
YUV 47.17 199.57 99.35 -
System Red Green Blue C M Y K H S L
Decimal 7 43 174 0.96 0.75 0 0.32 227.07 0.92 0.35
Hex 7 2B AE 60 4B 0 20 E3 5C 23
Octal 7 53 256 140 113 0 40 343 134 43
Binary 111 101011 10101110 1100000 1001011 0 100000 11100011 1011100 100011

Color Harmonies of #072BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072BAE

Black with #072BAE

Text Example


Text Example

White with #072BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,43,174); }

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

background-color css

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

 a { background-color: rgb(7,43,174); }

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

border-color css

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

 span { border-color: rgb(7,43,174); }

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