Html Css Color HEX #072EAC International Klein Blue

📋 copy color: '#072EAC'

red 7 ◦ green 46 ◦ blue 172

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

Shades of International Klein Blue #072EAC

Tints of International Klein Blue #072EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.44%

 BLUE value IS 172 (67.58% from 255) = 76.44%

R = 3.11%
G = 20.44%
B = 76.44%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#072EAC (or 0x072EAC) is known color: International Klein Blue. HEX triplet: 07, 2E and AC. RGB value is (7,46,172). Sum of RGB (Red+Green+Blue) = 7+46+172=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #072EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072EAC is #F8D153. Grayscale: #303030. Windows color (decimal): -16306516 or 11283975. OLE color: 11283975.

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

Color convert

RGB 7 46 172 -
CMYK 0.96 0.73 0 0.33
HSL 225.82º 0.92% 0.35% -
HSV(B) 225.82º 0.96% 0.67% -
XYZ 8.51 4.98 39.54 -
YUV 48.7 197.58 98.25 -
System Red Green Blue C M Y K H S L
Decimal 7 46 172 0.96 0.73 0 0.33 225.82 0.92 0.35
Hex 7 2E AC 60 49 0 21 E2 5C 23
Octal 7 56 254 140 111 0 41 342 134 43
Binary 111 101110 10101100 1100000 1001001 0 100001 11100010 1011100 100011

Color Harmonies of #072EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072EAC

Black with #072EAC

Text Example


Text Example

White with #072EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,46,172); }

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

background-color css

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

 a { background-color: rgb(7,46,172); }

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

border-color css

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

 span { border-color: rgb(7,46,172); }

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