Html Css Color HEX #0528C0 International Klein Blue

📋 copy color: '#0528C0'

red 5 ◦ green 40 ◦ blue 192

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

Shades of International Klein Blue #0528C0

Tints of International Klein Blue #0528C0

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 192 (75.39% from 255) = 81.01%

R = 2.11%
G = 16.88%
B = 81.01%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0528C0 (or 0x0528C0) is known color: International Klein Blue. HEX triplet: 05, 28 and C0. RGB value is (5,40,192). Sum of RGB (Red+Green+Blue) = 5+40+192=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 192 (75.39% from 255 or 81.01% from 237); Max value from RGB is 192 - color contains mainly: blue. Hex color #0528C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0528C0 is #FAD73F. Grayscale: #2E2E2E. Windows color (decimal): -16439104 or 12593157. OLE color: 12593157.

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

Color convert

RGB 5 40 192 -
CMYK 0.97 0.79 0 0.25
HSL 228.77º 0.95% 0.39% -
HSV(B) 228.77º 0.97% 0.75% -
XYZ 10.34 5.36 50.36 -
YUV 46.86 209.9 98.14 -
System Red Green Blue C M Y K H S L
Decimal 5 40 192 0.97 0.79 0 0.25 228.77 0.95 0.39
Hex 5 28 C0 61 4F 0 19 E5 5F 27
Octal 5 50 300 141 117 0 31 345 137 47
Binary 101 101000 11000000 1100001 1001111 0 11001 11100101 1011111 100111

Color Harmonies of #0528C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0528C0

Black with #0528C0

Text Example


Text Example

White with #0528C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0528C0; }

 p { color: rgb(5,40,192); }

 H1.HeaderClassName
 {
   color: #0528C0;
 }
 .AnyTagClassName
 {
   color: #0528C0;
 }
</style>

background-color css

<style>
 a { background-color: #0528C0; }

 a { background-color: rgb(5,40,192); }

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

border-color css

<style>
 span { border-color: #0528C0; }

 span { border-color: rgb(5,40,192); }

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