#0721BC

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

Shades of International Klein Blue #0721BC

Tints of International Klein Blue #0721BC

Color information

#0721BC (or 0x0721BC) is unknown color: approx International Klein Blue. HEX triplet: 07, 21 and BC. RGB value is (7,33,188). Sum of RGB (Red+Green+Blue) = 7+33+188=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 188 (73.83% from 255 or 82.46% from 228); Max value from RGB is 188 - color contains mainly: blue. Hex color #0721BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0721BC is #F8DE43. Grayscale: #2A2A2A. Windows color (decimal): -16309828 or 12329223. OLE color: 12329223.

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

Color convert

RGB733188-
CMYK0.960.8200.26
HSL231.38º92.82%38.24%-
HSV(B)231.38º96.28%73.73%-
XYZ9.714.7647.98-
YUV42.9209.89102.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.07%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 188 (73.83% from 255) = 82.46%
R=3.07%
G=14.47%
B=82.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7331880.960.8200.26231.3892.8238.24
Hex721BC605201Ae75d26
Octal74127414012203234713546
Binary1111000011011110011000001010010011010111001111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0721BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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