Html Css Color HEX #0532AA International Klein Blue

📋 copy color: '#0532AA'

red 5 ◦ green 50 ◦ blue 170

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

Shades of International Klein Blue #0532AA

Tints of International Klein Blue #0532AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 75.56%

R = 2.22%
G = 22.22%
B = 75.56%

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

#0532AA (or 0x0532AA) is known color: International Klein Blue. HEX triplet: 05, 32 and AA. RGB value is (5,50,170). Sum of RGB (Red+Green+Blue) = 5+50+170=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #0532AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0532AA is #FACD55. Grayscale: #313131. Windows color (decimal): -16436566 or 11153925. OLE color: 11153925.

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

Color convert

RGB 5 50 170 -
CMYK 0.97 0.71 0 0.33
HSL 223.64º 0.94% 0.34% -
HSV(B) 223.64º 0.97% 0.67% -
XYZ 8.46 5.22 38.59 -
YUV 50.23 195.59 95.74 -
System Red Green Blue C M Y K H S L
Decimal 5 50 170 0.97 0.71 0 0.33 223.64 0.94 0.34
Hex 5 32 AA 61 47 0 21 E0 5E 22
Octal 5 62 252 141 107 0 41 340 136 42
Binary 101 110010 10101010 1100001 1000111 0 100001 11100000 1011110 100010

Color Harmonies of #0532AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0532AA

Black with #0532AA

Text Example


Text Example

White with #0532AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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