Html Css Color HEX #0532A6 International Klein Blue

📋 copy color: '#0532A6'

red 5 ◦ green 50 ◦ blue 166

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

Shades of International Klein Blue #0532A6

Tints of International Klein Blue #0532A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 75.11%

R = 2.26%
G = 22.62%
B = 75.11%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0532A6 (or 0x0532A6) is known color: International Klein Blue. HEX triplet: 05, 32 and A6. RGB value is (5,50,166). Sum of RGB (Red+Green+Blue) = 5+50+166=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 166 (65.23% from 255 or 75.11% from 221); Max value from RGB is 166 - color contains mainly: blue. Hex color #0532A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0532A6 is #FACD59. Grayscale: #313131. Windows color (decimal): -16436570 or 10891781. OLE color: 10891781.

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

Color convert

RGB 5 50 166 -
CMYK 0.97 0.70 0 0.35
HSL 223.23º 0.94% 0.34% -
HSV(B) 223.23º 0.97% 0.65% -
XYZ 8.09 5.07 36.63 -
YUV 49.77 193.59 96.07 -
System Red Green Blue C M Y K H S L
Decimal 5 50 166 0.97 0.70 0 0.35 223.23 0.94 0.34
Hex 5 32 A6 61 46 0 23 DF 5E 22
Octal 5 62 246 141 106 0 43 337 136 42
Binary 101 110010 10100110 1100001 1000110 0 100011 11011111 1011110 100010

Color Harmonies of #0532A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0532A6

Black with #0532A6

Text Example


Text Example

White with #0532A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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