Html Css Color HEX #072DAF International Klein Blue

📋 copy color: '#072DAF'

red 7 ◦ green 45 ◦ blue 175

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

Shades of International Klein Blue #072DAF

Tints of International Klein Blue #072DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 77.09%

R = 3.08%
G = 19.82%
B = 77.09%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#072DAF (or 0x072DAF) is known color: International Klein Blue. HEX triplet: 07, 2D and AF. RGB value is (7,45,175). Sum of RGB (Red+Green+Blue) = 7+45+175=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 175 (68.75% from 255 or 77.09% from 227); Max value from RGB is 175 - color contains mainly: blue. Hex color #072DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072DAF is #F8D250. Grayscale: #2F2F2F. Windows color (decimal): -16306769 or 11480327. OLE color: 11480327.

HSL color Cylindrical-coordinate representation of color #072DAF: hue angle of 226.43º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072DAF is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 45 175 -
CMYK 0.96 0.74 0 0.31
HSL 226.43º 0.92% 0.36% -
HSV(B) 226.43º 0.96% 0.69% -
XYZ 8.76 5.02 41.06 -
YUV 48.46 199.41 98.43 -
System Red Green Blue C M Y K H S L
Decimal 7 45 175 0.96 0.74 0 0.31 226.43 0.92 0.36
Hex 7 2D AF 60 4A 0 1F E2 5C 24
Octal 7 55 257 140 112 0 37 342 134 44
Binary 111 101101 10101111 1100000 1001010 0 11111 11100010 1011100 100100

Color Harmonies of #072DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072DAF

Black with #072DAF

Text Example


Text Example

White with #072DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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