Html Css Color HEX #0533AB International Klein Blue

📋 copy color: '#0533AB'

red 5 ◦ green 51 ◦ blue 171

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

Shades of International Klein Blue #0533AB

Tints of International Klein Blue #0533AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.47%

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

R = 2.2%
G = 22.47%
B = 75.33%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0533AB (or 0x0533AB) is known color: International Klein Blue. HEX triplet: 05, 33 and AB. RGB value is (5,51,171). Sum of RGB (Red+Green+Blue) = 5+51+171=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #0533AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0533AB is #FACC54. Grayscale: #323232. Windows color (decimal): -16436309 or 11219717. OLE color: 11219717.

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

Color convert

RGB 5 51 171 -
CMYK 0.97 0.70 0 0.33
HSL 223.37º 0.94% 0.35% -
HSV(B) 223.37º 0.97% 0.67% -
XYZ 8.6 5.34 39.11 -
YUV 50.93 195.76 95.24 -
System Red Green Blue C M Y K H S L
Decimal 5 51 171 0.97 0.70 0 0.33 223.37 0.94 0.35
Hex 5 33 AB 61 46 0 21 DF 5E 23
Octal 5 63 253 141 106 0 41 337 136 43
Binary 101 110011 10101011 1100001 1000110 0 100001 11011111 1011110 100011

Color Harmonies of #0533AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0533AB

Black with #0533AB

Text Example


Text Example

White with #0533AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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