Html Css Color HEX #0532B9 International Klein Blue

📋 copy color: '#0532B9'

red 5 ◦ green 50 ◦ blue 185

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

Shades of International Klein Blue #0532B9

Tints of International Klein Blue #0532B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 77.08%

R = 2.08%
G = 20.83%
B = 77.08%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0532B9 (or 0x0532B9) is known color: International Klein Blue. HEX triplet: 05, 32 and B9. RGB value is (5,50,185). Sum of RGB (Red+Green+Blue) = 5+50+185=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 185 (72.66% from 255 or 77.08% from 240); Max value from RGB is 185 - color contains mainly: blue. Hex color #0532B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0532B9 is #FACD46. Grayscale: #333333. Windows color (decimal): -16436551 or 12136965. OLE color: 12136965.

HSL color Cylindrical-coordinate representation of color #0532B9: hue angle of 225º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0532B9 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 50 185 -
CMYK 0.97 0.73 0 0.27
HSL 225º 0.95% 0.37% -
HSV(B) 225º 0.97% 0.73% -
XYZ 9.96 5.82 46.5 -
YUV 51.94 203.09 94.52 -
System Red Green Blue C M Y K H S L
Decimal 5 50 185 0.97 0.73 0 0.27 225 0.95 0.37
Hex 5 32 B9 61 49 0 1B E1 5F 25
Octal 5 62 271 141 111 0 33 341 137 45
Binary 101 110010 10111001 1100001 1001001 0 11011 11100001 1011111 100101

Color Harmonies of #0532B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0532B9

Black with #0532B9

Text Example


Text Example

White with #0532B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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