Html Css Color HEX #0533DB Persian Blue

📋 copy color: '#0533DB'

red 5 ◦ green 51 ◦ blue 219

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

Shades of Persian Blue #0533DB

Tints of Persian Blue #0533DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 79.64%

R = 1.82%
G = 18.55%
B = 79.64%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0533DB (or 0x0533DB) is known color: Persian Blue. HEX triplet: 05, 33 and DB. RGB value is (5,51,219). Sum of RGB (Red+Green+Blue) = 5+51+219=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #0533DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0533DB is #FACC24. Grayscale: #373737. Windows color (decimal): -16436261 or 14365445. OLE color: 14365445.

HSL color Cylindrical-coordinate representation of color #0533DB: hue angle of 227.1º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0533DB is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 51 219 -
CMYK 0.98 0.77 0 0.14
HSL 227.1º 0.96% 0.44% -
HSV(B) 227.1º 0.98% 0.86% -
XYZ 14.03 7.51 67.73 -
YUV 56.4 219.76 91.34 -
System Red Green Blue C M Y K H S L
Decimal 5 51 219 0.98 0.77 0 0.14 227.1 0.96 0.44
Hex 5 33 DB 62 4D 0 E E3 60 2C
Octal 5 63 333 142 115 0 16 343 140 54
Binary 101 110011 11011011 1100010 1001101 0 1110 11100011 1100000 101100

Color Harmonies of #0533DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0533DB

Black with #0533DB

Text Example


Text Example

White with #0533DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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