Html Css Color HEX #1536DF Persian Blue

📋 copy color: '#1536DF'

red 21 ◦ green 54 ◦ blue 223

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

Shades of Persian Blue #1536DF

Tints of Persian Blue #1536DF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.12%

 BLUE value IS 223 (87.5% from 255) = 74.83%

R = 7.05%
G = 18.12%
B = 74.83%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1536DF (or 0x1536DF) is known color: Persian Blue. HEX triplet: 15, 36 and DF. RGB value is (21,54,223). Sum of RGB (Red+Green+Blue) = 21+54+223=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 223 (87.5% from 255 or 74.83% from 298); Max value from RGB is 223 - color contains mainly: blue. Hex color #1536DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1536DF is #EAC920. Grayscale: #3E3E3E. Windows color (decimal): -15386913 or 14628373. OLE color: 14628373.

HSL color Cylindrical-coordinate representation of color #1536DF: hue angle of 230.2º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1536DF is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 54 223 -
CMYK 0.91 0.76 0 0.13
HSL 230.2º 0.83% 0.48% -
HSV(B) 230.2º 0.91% 0.87% -
XYZ 14.95 8.13 70.59 -
YUV 63.4 218.07 97.76 -
System Red Green Blue C M Y K H S L
Decimal 21 54 223 0.91 0.76 0 0.13 230.2 0.83 0.48
Hex 15 36 DF 5B 4C 0 D E6 53 30
Octal 25 66 337 133 114 0 15 346 123 60
Binary 10101 110110 11011111 1011011 1001100 0 1101 11100110 1010011 110000

Color Harmonies of #1536DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1536DF

Black with #1536DF

Text Example


Text Example

White with #1536DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1536DF; }

 p { color: rgb(21,54,223); }

 H1.HeaderClassName
 {
   color: #1536DF;
 }
 .AnyTagClassName
 {
   color: #1536DF;
 }
</style>

background-color css

<style>
 a { background-color: #1536DF; }

 a { background-color: rgb(21,54,223); }

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

border-color css

<style>
 span { border-color: #1536DF; }

 span { border-color: rgb(21,54,223); }

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