Html Css Color HEX #0533EB Persian Blue

📋 copy color: '#0533EB'

red 5 ◦ green 51 ◦ blue 235

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

Shades of Persian Blue #0533EB

Tints of Persian Blue #0533EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 80.76%

R = 1.72%
G = 17.53%
B = 80.76%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0533EB (or 0x0533EB) is known color: Persian Blue. HEX triplet: 05, 33 and EB. RGB value is (5,51,235). Sum of RGB (Red+Green+Blue) = 5+51+235=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 235 (92.19% from 255 or 80.76% from 291); Max value from RGB is 235 - color contains mainly: blue. Hex color #0533EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0533EB is #FACC14. Grayscale: #393939. Windows color (decimal): -16436245 or 15414021. OLE color: 15414021.

HSL color Cylindrical-coordinate representation of color #0533EB: hue angle of 228º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0533EB is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 51 235 -
CMYK 0.98 0.78 0 0.08
HSL 228º 0.96% 0.47% -
HSV(B) 228º 0.98% 0.92% -
XYZ 16.24 8.4 79.36 -
YUV 58.22 227.76 90.04 -
System Red Green Blue C M Y K H S L
Decimal 5 51 235 0.98 0.78 0 0.08 228 0.96 0.47
Hex 5 33 EB 62 4E 0 8 E4 60 2F
Octal 5 63 353 142 116 0 10 344 140 57
Binary 101 110011 11101011 1100010 1001110 0 1000 11100100 1100000 101111

Color Harmonies of #0533EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0533EB

Black with #0533EB

Text Example


Text Example

White with #0533EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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