Html Css Color HEX #1533EB Persian Blue

📋 copy color: '#1533EB'

red 21 ◦ green 51 ◦ blue 235

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

Shades of Persian Blue #1533EB

Tints of Persian Blue #1533EB

RGB

 RED value IS 21 (8.59% from 255) = 6.84%

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

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

R = 6.84%
G = 16.61%
B = 76.55%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1533EB (or 0x1533EB) is known color: Persian Blue. HEX triplet: 15, 33 and EB. RGB value is (21,51,235). Sum of RGB (Red+Green+Blue) = 21+51+235=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 235 (92.19% from 255 or 76.55% from 307); Max value from RGB is 235 - color contains mainly: blue. Hex color #1533EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1533EB is #EACC14. Grayscale: #3E3E3E. Windows color (decimal): -15387669 or 15414037. OLE color: 15414037.

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

Color convert

RGB 21 51 235 -
CMYK 0.91 0.78 0 0.08
HSL 231.59º 0.84% 0.5% -
HSV(B) 231.59º 0.91% 0.92% -
XYZ 16.49 8.53 79.37 -
YUV 63.01 225.06 98.04 -
System Red Green Blue C M Y K H S L
Decimal 21 51 235 0.91 0.78 0 0.08 231.59 0.84 0.5
Hex 15 33 EB 5B 4E 0 8 E8 54 32
Octal 25 63 353 133 116 0 10 350 124 62
Binary 10101 110011 11101011 1011011 1001110 0 1000 11101000 1010100 110010

Color Harmonies of #1533EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1533EB

Black with #1533EB

Text Example


Text Example

White with #1533EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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