Html Css Color HEX #0520BE International Klein Blue

📋 copy color: '#0520BE'

red 5 ◦ green 32 ◦ blue 190

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

Shades of International Klein Blue #0520BE

Tints of International Klein Blue #0520BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 83.7%

R = 2.2%
G = 14.1%
B = 83.7%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0520BE (or 0x0520BE) is known color: International Klein Blue. HEX triplet: 05, 20 and BE. RGB value is (5,32,190). Sum of RGB (Red+Green+Blue) = 5+32+190=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 190 (74.61% from 255 or 83.70% from 227); Max value from RGB is 190 - color contains mainly: blue. Hex color #0520BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0520BE is #FADF41. Grayscale: #292929. Windows color (decimal): -16441154 or 12460037. OLE color: 12460037.

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

Color convert

RGB 5 32 190 -
CMYK 0.97 0.83 0 0.25
HSL 231.24º 0.95% 0.38% -
HSV(B) 231.24º 0.97% 0.75% -
XYZ 9.87 4.78 49.12 -
YUV 41.94 211.55 101.65 -
System Red Green Blue C M Y K H S L
Decimal 5 32 190 0.97 0.83 0 0.25 231.24 0.95 0.38
Hex 5 20 BE 61 53 0 19 E7 5F 26
Octal 5 40 276 141 123 0 31 347 137 46
Binary 101 100000 10111110 1100001 1010011 0 11001 11100111 1011111 100110

Color Harmonies of #0520BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0520BE

Black with #0520BE

Text Example


Text Example

White with #0520BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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