Html Css Color HEX #0528AC International Klein Blue

📋 copy color: '#0528AC'

red 5 ◦ green 40 ◦ blue 172

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

Shades of International Klein Blue #0528AC

Tints of International Klein Blue #0528AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 79.26%

R = 2.3%
G = 18.43%
B = 79.26%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0528AC (or 0x0528AC) is known color: International Klein Blue. HEX triplet: 05, 28 and AC. RGB value is (5,40,172). Sum of RGB (Red+Green+Blue) = 5+40+172=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #0528AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0528AC is #FAD753. Grayscale: #2C2C2C. Windows color (decimal): -16439124 or 11282437. OLE color: 11282437.

HSL color Cylindrical-coordinate representation of color #0528AC: hue angle of 227.43º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0528AC is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 40 172 -
CMYK 0.97 0.77 0 0.33
HSL 227.43º 0.94% 0.35% -
HSV(B) 227.43º 0.97% 0.67% -
XYZ 8.27 4.53 39.47 -
YUV 44.58 199.9 99.77 -
System Red Green Blue C M Y K H S L
Decimal 5 40 172 0.97 0.77 0 0.33 227.43 0.94 0.35
Hex 5 28 AC 61 4D 0 21 E3 5E 23
Octal 5 50 254 141 115 0 41 343 136 43
Binary 101 101000 10101100 1100001 1001101 0 100001 11100011 1011110 100011

Color Harmonies of #0528AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0528AC

Black with #0528AC

Text Example


Text Example

White with #0528AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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