Html Css Color HEX #153CDF Persian Blue

📋 copy color: '#153CDF'

red 21 ◦ green 60 ◦ blue 223

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

Shades of Persian Blue #153CDF

Tints of Persian Blue #153CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.74%

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

R = 6.91%
G = 19.74%
B = 73.36%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#153CDF (or 0x153CDF) is known color: Persian Blue. HEX triplet: 15, 3C and DF. RGB value is (21,60,223). Sum of RGB (Red+Green+Blue) = 21+60+223=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #153CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CDF is #EAC320. Grayscale: #424242. Windows color (decimal): -15385377 or 14629909. OLE color: 14629909.

HSL color Cylindrical-coordinate representation of color #153CDF: hue angle of 228.42º 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 #153CDF is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 60 223 -
CMYK 0.91 0.73 0 0.13
HSL 228.42º 0.83% 0.48% -
HSV(B) 228.42º 0.91% 0.87% -
XYZ 15.24 8.72 70.69 -
YUV 66.92 216.08 95.25 -
System Red Green Blue C M Y K H S L
Decimal 21 60 223 0.91 0.73 0 0.13 228.42 0.83 0.48
Hex 15 3C DF 5B 49 0 D E4 53 30
Octal 25 74 337 133 111 0 15 344 123 60
Binary 10101 111100 11011111 1011011 1001001 0 1101 11100100 1010011 110000

Color Harmonies of #153CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CDF

Black with #153CDF

Text Example


Text Example

White with #153CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153CDF; }

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

 H1.HeaderClassName
 {
   color: #153CDF;
 }
 .AnyTagClassName
 {
   color: #153CDF;
 }
</style>

background-color css

<style>
 a { background-color: #153CDF; }

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

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

border-color css

<style>
 span { border-color: #153CDF; }

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

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