#0721BB

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

Shades of International Klein Blue #0721BB

Tints of International Klein Blue #0721BB

Color information

#0721BB (or 0x0721BB) is unknown color: approx International Klein Blue. HEX triplet: 07, 21 and BB. RGB value is (7,33,187). Sum of RGB (Red+Green+Blue) = 7+33+187=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 187 (73.44% from 255 or 82.38% from 227); Max value from RGB is 187 - color contains mainly: blue. Hex color #0721BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0721BB is #F8DE44. Grayscale: #2A2A2A. Windows color (decimal): -16309829 or 12263687. OLE color: 12263687.

HSL color Cylindrical-coordinate representation of color #0721BB: hue angle of 231.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0721BB is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB733187-
CMYK0.960.8200.27
HSL231.33º92.78%38.04%-
HSV(B)231.33º96.26%73.33%-
XYZ9.64.7247.42-
YUV42.78209.39102.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.08%
GREEN value IS 33 (13.28% from 255) = 14.54%
BLUE value IS 187 (73.44% from 255) = 82.38%
R=3.08%
G=14.54%
B=82.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7331870.960.8200.27231.3392.7838.04
Hex721BB605201Be75d26
Octal74127314012203334713546
Binary1111000011011101111000001010010011011111001111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0721BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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