Html Css Color HEX #072CAB International Klein Blue

📋 copy color: '#072CAB'

red 7 ◦ green 44 ◦ blue 171

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

Shades of International Klein Blue #072CAB

Tints of International Klein Blue #072CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.82%

 BLUE value IS 171 (67.19% from 255) = 77.03%

R = 3.15%
G = 19.82%
B = 77.03%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#072CAB (or 0x072CAB) is known color: International Klein Blue. HEX triplet: 07, 2C and AB. RGB value is (7,44,171). Sum of RGB (Red+Green+Blue) = 7+44+171=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #072CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072CAB is #F8D354. Grayscale: #2E2E2E. Windows color (decimal): -16307029 or 11217927. OLE color: 11217927.

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

Color convert

RGB 7 44 171 -
CMYK 0.96 0.74 0 0.33
HSL 226.46º 0.92% 0.35% -
HSV(B) 226.46º 0.96% 0.67% -
XYZ 8.34 4.79 39.01 -
YUV 47.42 197.74 99.17 -
System Red Green Blue C M Y K H S L
Decimal 7 44 171 0.96 0.74 0 0.33 226.46 0.92 0.35
Hex 7 2C AB 60 4A 0 21 E2 5C 23
Octal 7 54 253 140 112 0 41 342 134 43
Binary 111 101100 10101011 1100000 1001010 0 100001 11100010 1011100 100011

Color Harmonies of #072CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072CAB

Black with #072CAB

Text Example


Text Example

White with #072CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,44,171); }

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

background-color css

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

 a { background-color: rgb(7,44,171); }

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

border-color css

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

 span { border-color: rgb(7,44,171); }

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