Html Css Color HEX #0721BE International Klein Blue

📋 copy color: '#0721BE'

red 7 ◦ green 33 ◦ blue 190

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

Shades of International Klein Blue #0721BE

Tints of International Klein Blue #0721BE

RGB

 RED value IS 7 (3.13% 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 value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0721BE (or 0x0721BE) is known color: 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

RGB 7 33 190 -
CMYK 0.96 0.83 0 0.25
HSL 231.48º 0.93% 0.39% -
HSV(B) 231.48º 0.96% 0.75% -
XYZ 9.93 4.85 49.13 -
YUV 43.12 210.89 102.23 -
System Red Green Blue C M Y K H S L
Decimal 7 33 190 0.96 0.83 0 0.25 231.48 0.93 0.39
Hex 7 21 BE 60 53 0 19 E7 5D 27
Octal 7 41 276 140 123 0 31 347 135 47
Binary 111 100001 10111110 1100000 1010011 0 11001 11100111 1011101 100111

Color Harmonies of #0721BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0721BE

Black with #0721BE

Text Example


Text Example

White with #0721BE

Text Example


Text Example

HTML Codes & Css Web 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>