Html Css Color HEX #1533CD Persian Blue

📋 copy color: '#1533CD'

red 21 ◦ green 51 ◦ blue 205

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

Shades of Persian Blue #1533CD

Tints of Persian Blue #1533CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 74.01%

R = 7.58%
G = 18.41%
B = 74.01%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1533CD (or 0x1533CD) is known color: Persian Blue. HEX triplet: 15, 33 and CD. RGB value is (21,51,205). Sum of RGB (Red+Green+Blue) = 21+51+205=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #1533CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1533CD is #EACC32. Grayscale: #3A3A3A. Windows color (decimal): -15387699 or 13447957. OLE color: 13447957.

HSL color Cylindrical-coordinate representation of color #1533CD: hue angle of 230.22º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1533CD is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 51 205 -
CMYK 0.90 0.75 0 0.20
HSL 230.22º 0.81% 0.44% -
HSV(B) 230.22º 0.9% 0.8% -
XYZ 12.51 6.93 58.44 -
YUV 59.59 210.06 100.48 -
System Red Green Blue C M Y K H S L
Decimal 21 51 205 0.90 0.75 0 0.20 230.22 0.81 0.44
Hex 15 33 CD 5A 4B 0 14 E6 51 2C
Octal 25 63 315 132 113 0 24 346 121 54
Binary 10101 110011 11001101 1011010 1001011 0 10100 11100110 1010001 101100

Color Harmonies of #1533CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1533CD

Black with #1533CD

Text Example


Text Example

White with #1533CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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