Html Css Color HEX #0532AB International Klein Blue

📋 copy color: '#0532AB'

red 5 ◦ green 50 ◦ blue 171

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

Shades of International Klein Blue #0532AB

Tints of International Klein Blue #0532AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.12%

 BLUE value IS 171 (67.19% from 255) = 75.66%

R = 2.21%
G = 22.12%
B = 75.66%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0532AB (or 0x0532AB) is known color: International Klein Blue. HEX triplet: 05, 32 and AB. RGB value is (5,50,171). Sum of RGB (Red+Green+Blue) = 5+50+171=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #0532AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0532AB is #FACD54. Grayscale: #313131. Windows color (decimal): -16436565 or 11219461. OLE color: 11219461.

HSL color Cylindrical-coordinate representation of color #0532AB: hue angle of 223.73º 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 #0532AB is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 50 171 -
CMYK 0.97 0.71 0 0.33
HSL 223.73º 0.94% 0.35% -
HSV(B) 223.73º 0.97% 0.67% -
XYZ 8.55 5.25 39.09 -
YUV 50.34 196.09 95.66 -
System Red Green Blue C M Y K H S L
Decimal 5 50 171 0.97 0.71 0 0.33 223.73 0.94 0.35
Hex 5 32 AB 61 47 0 21 E0 5E 23
Octal 5 62 253 141 107 0 41 340 136 43
Binary 101 110010 10101011 1100001 1000111 0 100001 11100000 1011110 100011

Color Harmonies of #0532AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0532AB

Black with #0532AB

Text Example


Text Example

White with #0532AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0532AB; }

 p { color: rgb(5,50,171); }

 H1.HeaderClassName
 {
   color: #0532AB;
 }
 .AnyTagClassName
 {
   color: #0532AB;
 }
</style>

background-color css

<style>
 a { background-color: #0532AB; }

 a { background-color: rgb(5,50,171); }

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

border-color css

<style>
 span { border-color: #0532AB; }

 span { border-color: rgb(5,50,171); }

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