#0722B1

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

Shades of International Klein Blue #0722B1

Tints of International Klein Blue #0722B1

Color information

#0722B1 (or 0x0722B1) is unknown color: approx International Klein Blue. HEX triplet: 07, 22 and B1. RGB value is (7,34,177). Sum of RGB (Red+Green+Blue) = 7+34+177=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 177 (69.53% from 255 or 81.19% from 218); Max value from RGB is 177 - color contains mainly: blue. Hex color #0722B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0722B1 is #F8DD4E. Grayscale: #292929. Windows color (decimal): -16309583 or 11608583. OLE color: 11608583.

HSL color Cylindrical-coordinate representation of color #0722B1: hue angle of 230.47º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0722B1 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB734177-
CMYK0.960.8100.31
HSL230.47º92.39%36.08%-
HSV(B)230.47º96.05%69.41%-
XYZ8.64.3641.98-
YUV42.23204.05102.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.21%
GREEN value IS 34 (13.67% from 255) = 15.60%
BLUE value IS 177 (69.53% from 255) = 81.19%
R=3.21%
G=15.60%
B=81.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7341770.960.8100.31230.4792.3936.08
Hex722B1605101Fe65c24
Octal74226114012103734613444
Binary1111000101011000111000001010001011111111001101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0722B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0722B1; }

 p { color: rgb(7,34,177); }

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

<style>
 a { background-color: #0722B1; }

 a { background-color: rgb(7,34,177); }

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

<style>
 span { border-color: #0722B1; }

 span { border-color: rgb(7,34,177); }

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