Html Css Color HEX #072FBC International Klein Blue

📋 copy color: '#072FBC'

red 7 ◦ green 47 ◦ blue 188

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

Shades of International Klein Blue #072FBC

Tints of International Klein Blue #072FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 77.69%

R = 2.89%
G = 19.42%
B = 77.69%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#072FBC (or 0x072FBC) is known color: International Klein Blue. HEX triplet: 07, 2F and BC. RGB value is (7,47,188). Sum of RGB (Red+Green+Blue) = 7+47+188=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #072FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072FBC is #F8D043. Grayscale: #323232. Windows color (decimal): -16306244 or 12332807. OLE color: 12332807.

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

Color convert

RGB 7 47 188 -
CMYK 0.96 0.75 0 0.26
HSL 226.74º 0.93% 0.38% -
HSV(B) 226.74º 0.96% 0.74% -
XYZ 10.18 5.71 48.14 -
YUV 51.11 205.25 96.54 -
System Red Green Blue C M Y K H S L
Decimal 7 47 188 0.96 0.75 0 0.26 226.74 0.93 0.38
Hex 7 2F BC 60 4B 0 1A E3 5D 26
Octal 7 57 274 140 113 0 32 343 135 46
Binary 111 101111 10111100 1100000 1001011 0 11010 11100011 1011101 100110

Color Harmonies of #072FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072FBC

Black with #072FBC

Text Example


Text Example

White with #072FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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