Html Css Color HEX #0521AC International Klein Blue

📋 copy color: '#0521AC'

red 5 ◦ green 33 ◦ blue 172

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

Shades of International Klein Blue #0521AC

Tints of International Klein Blue #0521AC

RGB

 RED value IS 5 (2.34% from 255) = 2.38%

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

 BLUE value IS 172 (67.58% from 255) = 81.9%

R = 2.38%
G = 15.71%
B = 81.9%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0521AC (or 0x0521AC) is known color: International Klein Blue. HEX triplet: 05, 21 and AC. RGB value is (5,33,172). Sum of RGB (Red+Green+Blue) = 5+33+172=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 172 (67.58% from 255 or 81.90% from 210); Max value from RGB is 172 - color contains mainly: blue. Hex color #0521AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0521AC is #FADE53. Grayscale: #272727. Windows color (decimal): -16440916 or 11280645. OLE color: 11280645.

HSL color Cylindrical-coordinate representation of color #0521AC: hue angle of 229.94º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0521AC is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 33 172 -
CMYK 0.97 0.81 0 0.33
HSL 229.94º 0.94% 0.35% -
HSV(B) 229.94º 0.97% 0.67% -
XYZ 8.05 4.1 39.4 -
YUV 40.47 202.22 102.7 -
System Red Green Blue C M Y K H S L
Decimal 5 33 172 0.97 0.81 0 0.33 229.94 0.94 0.35
Hex 5 21 AC 61 51 0 21 E6 5E 23
Octal 5 41 254 141 121 0 41 346 136 43
Binary 101 100001 10101100 1100001 1010001 0 100001 11100110 1011110 100011

Color Harmonies of #0521AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0521AC

Black with #0521AC

Text Example


Text Example

White with #0521AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0521AC; }

 p { color: rgb(5,33,172); }

 H1.HeaderClassName
 {
   color: #0521AC;
 }
 .AnyTagClassName
 {
   color: #0521AC;
 }
</style>

background-color css

<style>
 a { background-color: #0521AC; }

 a { background-color: rgb(5,33,172); }

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

border-color css

<style>
 span { border-color: #0521AC; }

 span { border-color: rgb(5,33,172); }

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