Html Css Color HEX #072F9F International Klein Blue

📋 copy color: '#072F9F'

red 7 ◦ green 47 ◦ blue 159

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

Shades of International Klein Blue #072F9F

Tints of International Klein Blue #072F9F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.07%

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

R = 3.29%
G = 22.07%
B = 74.65%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#072F9F (or 0x072F9F) is known color: International Klein Blue. HEX triplet: 07, 2F and 9F. RGB value is (7,47,159). Sum of RGB (Red+Green+Blue) = 7+47+159=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #072F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072F9F is #F8D060. Grayscale: #2F2F2F. Windows color (decimal): -16306273 or 10432263. OLE color: 10432263.

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

Color convert

RGB 7 47 159 -
CMYK 0.96 0.70 0 0.38
HSL 224.21º 0.92% 0.33% -
HSV(B) 224.21º 0.96% 0.62% -
XYZ 7.36 4.58 33.3 -
YUV 47.81 190.75 98.89 -
System Red Green Blue C M Y K H S L
Decimal 7 47 159 0.96 0.70 0 0.38 224.21 0.92 0.33
Hex 7 2F 9F 60 46 0 26 E0 5C 21
Octal 7 57 237 140 106 0 46 340 134 41
Binary 111 101111 10011111 1100000 1000110 0 100110 11100000 1011100 100001

Color Harmonies of #072F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072F9F

Black with #072F9F

Text Example


Text Example

White with #072F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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