Html Css Color HEX #0721BC International Klein Blue

📋 copy color: '#0721BC'

red 7 ◦ green 33 ◦ blue 188

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

Shades of International Klein Blue #0721BC

Tints of International Klein Blue #0721BC

RGB

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

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

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

RGB 7 33 188 -
CMYK 0.96 0.82 0 0.26
HSL 231.38º 0.93% 0.38% -
HSV(B) 231.38º 0.96% 0.74% -
XYZ 9.71 4.76 47.98 -
YUV 42.9 209.89 102.4 -
System Red Green Blue C M Y K H S L
Decimal 7 33 188 0.96 0.82 0 0.26 231.38 0.93 0.38
Hex 7 21 BC 60 52 0 1A E7 5D 26
Octal 7 41 274 140 122 0 32 347 135 46
Binary 111 100001 10111100 1100000 1010010 0 11010 11100111 1011101 100110

Color Harmonies of #0721BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0721BC

Black with #0721BC

Text Example


Text Example

White with #0721BC

Text Example


Text Example

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