Html Css Color HEX #0533BA International Klein Blue

📋 copy color: '#0533BA'

red 5 ◦ green 51 ◦ blue 186

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

Shades of International Klein Blue #0533BA

Tints of International Klein Blue #0533BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 76.86%

R = 2.07%
G = 21.07%
B = 76.86%

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

#0533BA (or 0x0533BA) is known color: International Klein Blue. HEX triplet: 05, 33 and BA. RGB value is (5,51,186). Sum of RGB (Red+Green+Blue) = 5+51+186=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #0533BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0533BA is #FACC45. Grayscale: #343434. Windows color (decimal): -16436294 or 12202757. OLE color: 12202757.

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

Color convert

RGB 5 51 186 -
CMYK 0.97 0.73 0 0.27
HSL 224.75º 0.95% 0.37% -
HSV(B) 224.75º 0.97% 0.73% -
XYZ 10.11 5.95 47.07 -
YUV 52.64 203.26 94.02 -
System Red Green Blue C M Y K H S L
Decimal 5 51 186 0.97 0.73 0 0.27 224.75 0.95 0.37
Hex 5 33 BA 61 49 0 1B E1 5F 25
Octal 5 63 272 141 111 0 33 341 137 45
Binary 101 110011 10111010 1100001 1001001 0 11011 11100001 1011111 100101

Color Harmonies of #0533BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0533BA

Black with #0533BA

Text Example


Text Example

White with #0533BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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