Html Css Color HEX #072DAA International Klein Blue

📋 copy color: '#072DAA'

red 7 ◦ green 45 ◦ blue 170

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

Shades of International Klein Blue #072DAA

Tints of International Klein Blue #072DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 76.58%

R = 3.15%
G = 20.27%
B = 76.58%

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

#072DAA (or 0x072DAA) is known color: International Klein Blue. HEX triplet: 07, 2D and AA. RGB value is (7,45,170). Sum of RGB (Red+Green+Blue) = 7+45+170=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #072DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072DAA is #F8D255. Grayscale: #2F2F2F. Windows color (decimal): -16306774 or 11152647. OLE color: 11152647.

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

Color convert

RGB 7 45 170 -
CMYK 0.96 0.74 0 0.33
HSL 226.01º 0.92% 0.35% -
HSV(B) 226.01º 0.96% 0.67% -
XYZ 8.28 4.82 38.52 -
YUV 47.89 196.91 98.84 -
System Red Green Blue C M Y K H S L
Decimal 7 45 170 0.96 0.74 0 0.33 226.01 0.92 0.35
Hex 7 2D AA 60 4A 0 21 E2 5C 23
Octal 7 55 252 140 112 0 41 342 134 43
Binary 111 101101 10101010 1100000 1001010 0 100001 11100010 1011100 100011

Color Harmonies of #072DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072DAA

Black with #072DAA

Text Example


Text Example

White with #072DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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