Html Css Color HEX #072FAC International Klein Blue

📋 copy color: '#072FAC'

red 7 ◦ green 47 ◦ blue 172

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

Shades of International Klein Blue #072FAC

Tints of International Klein Blue #072FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.8%

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

R = 3.1%
G = 20.8%
B = 76.11%

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

#072FAC (or 0x072FAC) is known color: International Klein Blue. HEX triplet: 07, 2F and AC. RGB value is (7,47,172). Sum of RGB (Red+Green+Blue) = 7+47+172=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #072FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072FAC is #F8D053. Grayscale: #303030. Windows color (decimal): -16306260 or 11284231. OLE color: 11284231.

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

Color convert

RGB 7 47 172 -
CMYK 0.96 0.73 0 0.33
HSL 225.45º 0.92% 0.35% -
HSV(B) 225.45º 0.96% 0.67% -
XYZ 8.55 5.06 39.56 -
YUV 49.29 197.25 97.84 -
System Red Green Blue C M Y K H S L
Decimal 7 47 172 0.96 0.73 0 0.33 225.45 0.92 0.35
Hex 7 2F AC 60 49 0 21 E1 5C 23
Octal 7 57 254 140 111 0 41 341 134 43
Binary 111 101111 10101100 1100000 1001001 0 100001 11100001 1011100 100011

Color Harmonies of #072FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072FAC

Black with #072FAC

Text Example


Text Example

White with #072FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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