Html Css Color HEX #072EBC International Klein Blue

📋 copy color: '#072EBC'

red 7 ◦ green 46 ◦ blue 188

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

Shades of International Klein Blue #072EBC

Tints of International Klein Blue #072EBC

RGB

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

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

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

R = 2.9%
G = 19.09%
B = 78.01%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#072EBC (or 0x072EBC) is known color: International Klein Blue. HEX triplet: 07, 2E and BC. RGB value is (7,46,188). Sum of RGB (Red+Green+Blue) = 7+46+188=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #072EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072EBC is #F8D143. Grayscale: #313131. Windows color (decimal): -16306500 or 12332551. OLE color: 12332551.

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

Color convert

RGB 7 46 188 -
CMYK 0.96 0.76 0 0.26
HSL 227.07º 0.93% 0.38% -
HSV(B) 227.07º 0.96% 0.74% -
XYZ 10.14 5.63 48.13 -
YUV 50.53 205.58 96.95 -
System Red Green Blue C M Y K H S L
Decimal 7 46 188 0.96 0.76 0 0.26 227.07 0.93 0.38
Hex 7 2E BC 60 4C 0 1A E3 5D 26
Octal 7 56 274 140 114 0 32 343 135 46
Binary 111 101110 10111100 1100000 1001100 0 11010 11100011 1011101 100110

Color Harmonies of #072EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072EBC

Black with #072EBC

Text Example


Text Example

White with #072EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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