Html Css Color HEX #1539DA Persian Blue

📋 copy color: '#1539DA'

red 21 ◦ green 57 ◦ blue 218

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

Shades of Persian Blue #1539DA

Tints of Persian Blue #1539DA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.26%

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

R = 7.09%
G = 19.26%
B = 73.65%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1539DA (or 0x1539DA) is known color: Persian Blue. HEX triplet: 15, 39 and DA. RGB value is (21,57,218). Sum of RGB (Red+Green+Blue) = 21+57+218=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 218 (85.55% from 255 or 73.65% from 296); Max value from RGB is 218 - color contains mainly: blue. Hex color #1539DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1539DA is #EAC625. Grayscale: #3F3F3F. Windows color (decimal): -15386150 or 14301461. OLE color: 14301461.

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

Color convert

RGB 21 57 218 -
CMYK 0.90 0.74 0 0.15
HSL 229.04º 0.82% 0.47% -
HSV(B) 229.04º 0.9% 0.85% -
XYZ 14.43 8.15 67.14 -
YUV 64.59 214.57 96.91 -
System Red Green Blue C M Y K H S L
Decimal 21 57 218 0.90 0.74 0 0.15 229.04 0.82 0.47
Hex 15 39 DA 5A 4A 0 F E5 52 2F
Octal 25 71 332 132 112 0 17 345 122 57
Binary 10101 111001 11011010 1011010 1001010 0 1111 11100101 1010010 101111

Color Harmonies of #1539DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1539DA

Black with #1539DA

Text Example


Text Example

White with #1539DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1539DA; }

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

 H1.HeaderClassName
 {
   color: #1539DA;
 }
 .AnyTagClassName
 {
   color: #1539DA;
 }
</style>

background-color css

<style>
 a { background-color: #1539DA; }

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

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

border-color css

<style>
 span { border-color: #1539DA; }

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

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