#0721BE

Color #0721BE International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0721BE

Tints of International Klein Blue #0721BE

Color information

#0721BE (or 0x0721BE) is unknown color: approx International Klein Blue. HEX triplet: 07, 21 and BE. RGB value is (7,33,190). Sum of RGB (Red+Green+Blue) = 7+33+190=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 190 (74.61% from 255 or 82.61% from 230); Max value from RGB is 190 - color contains mainly: blue. Hex color #0721BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0721BE is #F8DE41. Grayscale: #2A2A2A. Windows color (decimal): -16309826 or 12460295. OLE color: 12460295.

HSL color Cylindrical-coordinate representation of color #0721BE: hue angle of 231.48º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0721BE is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB733190-
CMYK0.960.8300.25
HSL231.48º92.89%38.63%-
HSV(B)231.48º96.32%74.51%-
XYZ9.934.8549.13-
YUV43.12210.89102.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.04%
GREEN value IS 33 (13.28% from 255) = 14.35%
BLUE value IS 190 (74.61% from 255) = 82.61%
R=3.04%
G=14.35%
B=82.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7331900.960.8300.25231.4892.8938.63
Hex721BE6053019e75d27
Octal74127614012303134713547
Binary1111000011011111011000001010011011001111001111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0721BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0721BE; }

 p { color: rgb(7,33,190); }

 H1.HeaderClassName
 {
   color: #0721BE;
 }
 .AnyTagClassName
 {
   color: #0721BE;
 }
</style>
background-color css

<style>
 a { background-color: #0721BE; }

 a { background-color: rgb(7,33,190); }

 div.DivClassName
 {
   background-color: #0721BE;
 }
 .BgClassName
 {
   background-color: #0721BE;
 }
</style>
border-color css

<style>
 span { border-color: #0721BE; }

 span { border-color: rgb(7,33,190); }

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