Html Css Color HEX #153BDA Persian Blue

📋 copy color: '#153BDA'

red 21 ◦ green 59 ◦ blue 218

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

Shades of Persian Blue #153BDA

Tints of Persian Blue #153BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.8%

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

R = 7.05%
G = 19.8%
B = 73.15%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#153BDA (or 0x153BDA) is known color: Persian Blue. HEX triplet: 15, 3B and DA. RGB value is (21,59,218). Sum of RGB (Red+Green+Blue) = 21+59+218=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 218 (85.55% from 255 or 73.15% from 298); Max value from RGB is 218 - color contains mainly: blue. Hex color #153BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153BDA is #EAC425. Grayscale: #414141. Windows color (decimal): -15385638 or 14301973. OLE color: 14301973.

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

Color convert

RGB 21 59 218 -
CMYK 0.90 0.73 0 0.15
HSL 228.43º 0.82% 0.47% -
HSV(B) 228.43º 0.9% 0.85% -
XYZ 14.53 8.35 67.18 -
YUV 65.76 213.91 96.07 -
System Red Green Blue C M Y K H S L
Decimal 21 59 218 0.90 0.73 0 0.15 228.43 0.82 0.47
Hex 15 3B DA 5A 49 0 F E4 52 2F
Octal 25 73 332 132 111 0 17 344 122 57
Binary 10101 111011 11011010 1011010 1001001 0 1111 11100100 1010010 101111

Color Harmonies of #153BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BDA

Black with #153BDA

Text Example


Text Example

White with #153BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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