Html Css Color HEX #152CDA Persian Blue

📋 copy color: '#152CDA'

red 21 ◦ green 44 ◦ blue 218

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

Shades of Persian Blue #152CDA

Tints of Persian Blue #152CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.55%

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

R = 7.42%
G = 15.55%
B = 77.03%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#152CDA (or 0x152CDA) is known color: Persian Blue. HEX triplet: 15, 2C and DA. RGB value is (21,44,218). Sum of RGB (Red+Green+Blue) = 21+44+218=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #152CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CDA is #EAD325. Grayscale: #383838. Windows color (decimal): -15389478 or 14298133. OLE color: 14298133.

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

Color convert

RGB 21 44 218 -
CMYK 0.90 0.80 0 0.15
HSL 232.99º 0.82% 0.47% -
HSV(B) 232.99º 0.9% 0.85% -
XYZ 13.86 7.02 66.95 -
YUV 56.96 218.88 102.35 -
System Red Green Blue C M Y K H S L
Decimal 21 44 218 0.90 0.80 0 0.15 232.99 0.82 0.47
Hex 15 2C DA 5A 50 0 F E9 52 2F
Octal 25 54 332 132 120 0 17 351 122 57
Binary 10101 101100 11011010 1011010 1010000 0 1111 11101001 1010010 101111

Color Harmonies of #152CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152CDA

Black with #152CDA

Text Example


Text Example

White with #152CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152CDA; }

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

 H1.HeaderClassName
 {
   color: #152CDA;
 }
 .AnyTagClassName
 {
   color: #152CDA;
 }
</style>

background-color css

<style>
 a { background-color: #152CDA; }

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

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

border-color css

<style>
 span { border-color: #152CDA; }

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

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