Html Css Color HEX #072DAB International Klein Blue

📋 copy color: '#072DAB'

red 7 ◦ green 45 ◦ blue 171

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

Shades of International Klein Blue #072DAB

Tints of International Klein Blue #072DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.18%

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

R = 3.14%
G = 20.18%
B = 76.68%

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

#072DAB (or 0x072DAB) is known color: International Klein Blue. HEX triplet: 07, 2D and AB. RGB value is (7,45,171). Sum of RGB (Red+Green+Blue) = 7+45+171=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #072DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072DAB is #F8D254. Grayscale: #2F2F2F. Windows color (decimal): -16306773 or 11218183. OLE color: 11218183.

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

Color convert

RGB 7 45 171 -
CMYK 0.96 0.74 0 0.33
HSL 226.1º 0.92% 0.35% -
HSV(B) 226.1º 0.96% 0.67% -
XYZ 8.38 4.86 39.03 -
YUV 48 197.41 98.75 -
System Red Green Blue C M Y K H S L
Decimal 7 45 171 0.96 0.74 0 0.33 226.1 0.92 0.35
Hex 7 2D AB 60 4A 0 21 E2 5C 23
Octal 7 55 253 140 112 0 41 342 134 43
Binary 111 101101 10101011 1100000 1001010 0 100001 11100010 1011100 100011

Color Harmonies of #072DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072DAB

Black with #072DAB

Text Example


Text Example

White with #072DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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