Html Css Color HEX #0821AD International Klein Blue

📋 copy color: '#0821AD'

red 8 ◦ green 33 ◦ blue 173

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

Shades of International Klein Blue #0821AD

Tints of International Klein Blue #0821AD

RGB

 RED value IS 8 (3.52% from 255) = 3.74%

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

 BLUE value IS 173 (67.97% from 255) = 80.84%

R = 3.74%
G = 15.42%
B = 80.84%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0821AD (or 0x0821AD) is known color: International Klein Blue. HEX triplet: 08, 21 and AD. RGB value is (8,33,173). Sum of RGB (Red+Green+Blue) = 8+33+173=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 173 (67.97% from 255 or 80.84% from 214); Max value from RGB is 173 - color contains mainly: blue. Hex color #0821AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0821AD is #F7DE52. Grayscale: #282828. Windows color (decimal): -16244307 or 11346184. OLE color: 11346184.

HSL color Cylindrical-coordinate representation of color #0821AD: hue angle of 230.91º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0821AD is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 33 173 -
CMYK 0.95 0.81 0 0.32
HSL 230.91º 0.91% 0.35% -
HSV(B) 230.91º 0.95% 0.68% -
XYZ 8.19 4.16 39.91 -
YUV 41.49 202.22 104.12 -
System Red Green Blue C M Y K H S L
Decimal 8 33 173 0.95 0.81 0 0.32 230.91 0.91 0.35
Hex 8 21 AD 5F 51 0 20 E7 5B 23
Octal 10 41 255 137 121 0 40 347 133 43
Binary 1000 100001 10101101 1011111 1010001 0 100000 11100111 1011011 100011

Color Harmonies of #0821AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0821AD

Black with #0821AD

Text Example


Text Example

White with #0821AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0821AD; }

 p { color: rgb(8,33,173); }

 H1.HeaderClassName
 {
   color: #0821AD;
 }
 .AnyTagClassName
 {
   color: #0821AD;
 }
</style>

background-color css

<style>
 a { background-color: #0821AD; }

 a { background-color: rgb(8,33,173); }

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

border-color css

<style>
 span { border-color: #0821AD; }

 span { border-color: rgb(8,33,173); }

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