Html Css Color HEX #0721BA International Klein Blue

📋 copy color: '#0721BA'

red 7 ◦ green 33 ◦ blue 186

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

Shades of International Klein Blue #0721BA

Tints of International Klein Blue #0721BA

RGB

 RED value IS 7 (3.13% from 255) = 3.1%

 GREEN value IS 33 (13.28% from 255) = 14.6%

 BLUE value IS 186 (73.05% from 255) = 82.3%

R = 3.1%
G = 14.6%
B = 82.3%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0721BA (or 0x0721BA) is known color: International Klein Blue. HEX triplet: 07, 21 and BA. RGB value is (7,33,186). Sum of RGB (Red+Green+Blue) = 7+33+186=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 186 (73.05% from 255 or 82.30% from 226); Max value from RGB is 186 - color contains mainly: blue. Hex color #0721BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0721BA is #F8DE45. Grayscale: #2A2A2A. Windows color (decimal): -16309830 or 12198151. OLE color: 12198151.

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

Color convert

RGB 7 33 186 -
CMYK 0.96 0.82 0 0.27
HSL 231.28º 0.93% 0.38% -
HSV(B) 231.28º 0.96% 0.73% -
XYZ 9.49 4.68 46.86 -
YUV 42.67 208.89 102.56 -
System Red Green Blue C M Y K H S L
Decimal 7 33 186 0.96 0.82 0 0.27 231.28 0.93 0.38
Hex 7 21 BA 60 52 0 1B E7 5D 26
Octal 7 41 272 140 122 0 33 347 135 46
Binary 111 100001 10111010 1100000 1010010 0 11011 11100111 1011101 100110

Color Harmonies of #0721BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0721BA

Black with #0721BA

Text Example


Text Example

White with #0721BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0721BA;
 }
 .AnyTagClassName
 {
   color: #0721BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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