Html Css Color HEX #0531AD International Klein Blue

📋 copy color: '#0531AD'

red 5 ◦ green 49 ◦ blue 173

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

Shades of International Klein Blue #0531AD

Tints of International Klein Blue #0531AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.59%

 BLUE value IS 173 (67.97% from 255) = 76.21%

R = 2.2%
G = 21.59%
B = 76.21%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0531AD (or 0x0531AD) is known color: International Klein Blue. HEX triplet: 05, 31 and AD. RGB value is (5,49,173). Sum of RGB (Red+Green+Blue) = 5+49+173=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #0531AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0531AD is #FACE52. Grayscale: #313131. Windows color (decimal): -16436819 or 11350277. OLE color: 11350277.

HSL color Cylindrical-coordinate representation of color #0531AD: hue angle of 224.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0531AD is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 49 173 -
CMYK 0.97 0.72 0 0.32
HSL 224.29º 0.94% 0.35% -
HSV(B) 224.29º 0.97% 0.68% -
XYZ 8.7 5.25 40.09 -
YUV 49.98 197.42 95.92 -
System Red Green Blue C M Y K H S L
Decimal 5 49 173 0.97 0.72 0 0.32 224.29 0.94 0.35
Hex 5 31 AD 61 48 0 20 E0 5E 23
Octal 5 61 255 141 110 0 40 340 136 43
Binary 101 110001 10101101 1100001 1001000 0 100000 11100000 1011110 100011

Color Harmonies of #0531AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0531AD

Black with #0531AD

Text Example


Text Example

White with #0531AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0531AD; }

 p { color: rgb(5,49,173); }

 H1.HeaderClassName
 {
   color: #0531AD;
 }
 .AnyTagClassName
 {
   color: #0531AD;
 }
</style>

background-color css

<style>
 a { background-color: #0531AD; }

 a { background-color: rgb(5,49,173); }

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

border-color css

<style>
 span { border-color: #0531AD; }

 span { border-color: rgb(5,49,173); }

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