Html Css Color HEX #072FB7 International Klein Blue

📋 copy color: '#072FB7'

red 7 ◦ green 47 ◦ blue 183

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

Shades of International Klein Blue #072FB7

Tints of International Klein Blue #072FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 77.22%

R = 2.95%
G = 19.83%
B = 77.22%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#072FB7 (or 0x072FB7) is known color: International Klein Blue. HEX triplet: 07, 2F and B7. RGB value is (7,47,183). Sum of RGB (Red+Green+Blue) = 7+47+183=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 183 (71.88% from 255 or 77.22% from 237); Max value from RGB is 183 - color contains mainly: blue. Hex color #072FB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072FB7 is #F8D048. Grayscale: #313131. Windows color (decimal): -16306249 or 12005127. OLE color: 12005127.

HSL color Cylindrical-coordinate representation of color #072FB7: hue angle of 226.36º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072FB7 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 7 47 183 -
CMYK 0.96 0.74 0 0.28
HSL 226.36º 0.93% 0.37% -
HSV(B) 226.36º 0.96% 0.72% -
XYZ 9.65 5.5 45.35 -
YUV 50.54 202.75 96.94 -
System Red Green Blue C M Y K H S L
Decimal 7 47 183 0.96 0.74 0 0.28 226.36 0.93 0.37
Hex 7 2F B7 60 4A 0 1C E2 5D 25
Octal 7 57 267 140 112 0 34 342 135 45
Binary 111 101111 10110111 1100000 1001010 0 11100 11100010 1011101 100101

Color Harmonies of #072FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072FB7

Black with #072FB7

Text Example


Text Example

White with #072FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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