Html Css Color HEX #072E9F International Klein Blue

📋 copy color: '#072E9F'

red 7 ◦ green 46 ◦ blue 159

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

Shades of International Klein Blue #072E9F

Tints of International Klein Blue #072E9F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.7%

 BLUE value IS 159 (62.5% from 255) = 75%

R = 3.3%
G = 21.7%
B = 75%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#072E9F (or 0x072E9F) is known color: International Klein Blue. HEX triplet: 07, 2E and 9F. RGB value is (7,46,159). Sum of RGB (Red+Green+Blue) = 7+46+159=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #072E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072E9F is #F8D160. Grayscale: #2E2E2E. Windows color (decimal): -16306529 or 10432007. OLE color: 10432007.

HSL color Cylindrical-coordinate representation of color #072E9F: hue angle of 224.61º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072E9F is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 46 159 -
CMYK 0.96 0.71 0 0.38
HSL 224.61º 0.92% 0.33% -
HSV(B) 224.61º 0.96% 0.62% -
XYZ 7.32 4.5 33.28 -
YUV 47.22 191.08 99.31 -
System Red Green Blue C M Y K H S L
Decimal 7 46 159 0.96 0.71 0 0.38 224.61 0.92 0.33
Hex 7 2E 9F 60 47 0 26 E1 5C 21
Octal 7 56 237 140 107 0 46 341 134 41
Binary 111 101110 10011111 1100000 1000111 0 100110 11100001 1011100 100001

Color Harmonies of #072E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072E9F

Black with #072E9F

Text Example


Text Example

White with #072E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,46,159); }

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

background-color css

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

 a { background-color: rgb(7,46,159); }

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

border-color css

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

 span { border-color: rgb(7,46,159); }

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