Html Css Color HEX #0521BA International Klein Blue

📋 copy color: '#0521BA'

red 5 ◦ green 33 ◦ blue 186

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

Shades of International Klein Blue #0521BA

Tints of International Klein Blue #0521BA

RGB

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

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

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

R = 2.23%
G = 14.73%
B = 83.04%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0521BA (or 0x0521BA) is known color: International Klein Blue. HEX triplet: 05, 21 and BA. RGB value is (5,33,186). Sum of RGB (Red+Green+Blue) = 5+33+186=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 186 (73.05% from 255 or 83.04% from 224); Max value from RGB is 186 - color contains mainly: blue. Hex color #0521BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0521BA is #FADE45. Grayscale: #292929. Windows color (decimal): -16440902 or 12198149. OLE color: 12198149.

HSL color Cylindrical-coordinate representation of color #0521BA: hue angle of 230.72º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0521BA is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 33 186 -
CMYK 0.97 0.82 0 0.27
HSL 230.72º 0.95% 0.37% -
HSV(B) 230.72º 0.97% 0.73% -
XYZ 9.47 4.67 46.86 -
YUV 42.07 209.22 101.56 -
System Red Green Blue C M Y K H S L
Decimal 5 33 186 0.97 0.82 0 0.27 230.72 0.95 0.37
Hex 5 21 BA 61 52 0 1B E7 5F 25
Octal 5 41 272 141 122 0 33 347 137 45
Binary 101 100001 10111010 1100001 1010010 0 11011 11100111 1011111 100101

Color Harmonies of #0521BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0521BA

Black with #0521BA

Text Example


Text Example

White with #0521BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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