Html Css Color HEX #0520BC International Klein Blue

📋 copy color: '#0520BC'

red 5 ◦ green 32 ◦ blue 188

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

Shades of International Klein Blue #0520BC

Tints of International Klein Blue #0520BC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.22%

 BLUE value IS 188 (73.83% from 255) = 83.56%

R = 2.22%
G = 14.22%
B = 83.56%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0520BC (or 0x0520BC) is known color: International Klein Blue. HEX triplet: 05, 20 and BC. RGB value is (5,32,188). Sum of RGB (Red+Green+Blue) = 5+32+188=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 188 (73.83% from 255 or 83.56% from 225); Max value from RGB is 188 - color contains mainly: blue. Hex color #0520BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0520BC is #FADF43. Grayscale: #292929. Windows color (decimal): -16441156 or 12328965. OLE color: 12328965.

HSL color Cylindrical-coordinate representation of color #0520BC: hue angle of 231.15º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0520BC is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 32 188 -
CMYK 0.97 0.83 0 0.26
HSL 231.15º 0.95% 0.38% -
HSV(B) 231.15º 0.97% 0.74% -
XYZ 9.66 4.7 47.97 -
YUV 41.71 210.55 101.82 -
System Red Green Blue C M Y K H S L
Decimal 5 32 188 0.97 0.83 0 0.26 231.15 0.95 0.38
Hex 5 20 BC 61 53 0 1A E7 5F 26
Octal 5 40 274 141 123 0 32 347 137 46
Binary 101 100000 10111100 1100001 1010011 0 11010 11100111 1011111 100110

Color Harmonies of #0520BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0520BC

Black with #0520BC

Text Example


Text Example

White with #0520BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0520BC; }

 p { color: rgb(5,32,188); }

 H1.HeaderClassName
 {
   color: #0520BC;
 }
 .AnyTagClassName
 {
   color: #0520BC;
 }
</style>

background-color css

<style>
 a { background-color: #0520BC; }

 a { background-color: rgb(5,32,188); }

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

border-color css

<style>
 span { border-color: #0520BC; }

 span { border-color: rgb(5,32,188); }

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