Html Css Color HEX #153DDA Persian Blue

📋 copy color: '#153DDA'

red 21 ◦ green 61 ◦ blue 218

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

Shades of Persian Blue #153DDA

Tints of Persian Blue #153DDA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.33%

 BLUE value IS 218 (85.55% from 255) = 72.67%

R = 7%
G = 20.33%
B = 72.67%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#153DDA (or 0x153DDA) is known color: Persian Blue. HEX triplet: 15, 3D and DA. RGB value is (21,61,218). Sum of RGB (Red+Green+Blue) = 21+61+218=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #153DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153DDA is #EAC225. Grayscale: #424242. Windows color (decimal): -15385126 or 14302485. OLE color: 14302485.

HSL color Cylindrical-coordinate representation of color #153DDA: hue angle of 227.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153DDA is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 61 218 -
CMYK 0.90 0.72 0 0.15
HSL 227.82º 0.82% 0.47% -
HSV(B) 227.82º 0.9% 0.85% -
XYZ 14.63 8.56 67.21 -
YUV 66.94 213.25 95.23 -
System Red Green Blue C M Y K H S L
Decimal 21 61 218 0.90 0.72 0 0.15 227.82 0.82 0.47
Hex 15 3D DA 5A 48 0 F E4 52 2F
Octal 25 75 332 132 110 0 17 344 122 57
Binary 10101 111101 11011010 1011010 1001000 0 1111 11100100 1010010 101111

Color Harmonies of #153DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153DDA

Black with #153DDA

Text Example


Text Example

White with #153DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,61,218); }

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

background-color css

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

 a { background-color: rgb(21,61,218); }

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

border-color css

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

 span { border-color: rgb(21,61,218); }

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