Html Css Color HEX #1538CD Persian Blue

📋 copy color: '#1538CD'

red 21 ◦ green 56 ◦ blue 205

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

Shades of Persian Blue #1538CD

Tints of Persian Blue #1538CD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

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

R = 7.45%
G = 19.86%
B = 72.7%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1538CD (or 0x1538CD) is known color: Persian Blue. HEX triplet: 15, 38 and CD. RGB value is (21,56,205). Sum of RGB (Red+Green+Blue) = 21+56+205=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 205 (80.47% from 255 or 72.70% from 282); Max value from RGB is 205 - color contains mainly: blue. Hex color #1538CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1538CD is #EAC732. Grayscale: #3D3D3D. Windows color (decimal): -15386419 or 13449237. OLE color: 13449237.

HSL color Cylindrical-coordinate representation of color #1538CD: hue angle of 228.59º 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 #1538CD is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 56 205 -
CMYK 0.90 0.73 0 0.20
HSL 228.59º 0.81% 0.44% -
HSV(B) 228.59º 0.9% 0.8% -
XYZ 12.74 7.4 58.51 -
YUV 62.52 208.4 98.38 -
System Red Green Blue C M Y K H S L
Decimal 21 56 205 0.90 0.73 0 0.20 228.59 0.81 0.44
Hex 15 38 CD 5A 49 0 14 E5 51 2C
Octal 25 70 315 132 111 0 24 345 121 54
Binary 10101 111000 11001101 1011010 1001001 0 10100 11100101 1010001 101100

Color Harmonies of #1538CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1538CD

Black with #1538CD

Text Example


Text Example

White with #1538CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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