Html Css Color HEX #0520C4 International Klein Blue

📋 copy color: '#0520C4'

red 5 ◦ green 32 ◦ blue 196

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

Shades of International Klein Blue #0520C4

Tints of International Klein Blue #0520C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 84.12%

R = 2.15%
G = 13.73%
B = 84.12%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0520C4 (or 0x0520C4) is known color: International Klein Blue. HEX triplet: 05, 20 and C4. RGB value is (5,32,196). Sum of RGB (Red+Green+Blue) = 5+32+196=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 196 (76.95% from 255 or 84.12% from 233); Max value from RGB is 196 - color contains mainly: blue. Hex color #0520C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0520C4 is #FADF3B. Grayscale: #292929. Windows color (decimal): -16441148 or 12853253. OLE color: 12853253.

HSL color Cylindrical-coordinate representation of color #0520C4: hue angle of 231.52º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0520C4 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 5 32 196 -
CMYK 0.97 0.84 0 0.23
HSL 231.52º 0.95% 0.39% -
HSV(B) 231.52º 0.97% 0.77% -
XYZ 10.54 5.05 52.64 -
YUV 42.62 214.55 101.16 -
System Red Green Blue C M Y K H S L
Decimal 5 32 196 0.97 0.84 0 0.23 231.52 0.95 0.39
Hex 5 20 C4 61 54 0 17 E8 5F 27
Octal 5 40 304 141 124 0 27 350 137 47
Binary 101 100000 11000100 1100001 1010100 0 10111 11101000 1011111 100111

Color Harmonies of #0520C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0520C4

Black with #0520C4

Text Example


Text Example

White with #0520C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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