Html Css Color HEX #1539CB Persian Blue

📋 copy color: '#1539CB'

red 21 ◦ green 57 ◦ blue 203

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

Shades of Persian Blue #1539CB

Tints of Persian Blue #1539CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 72.24%

R = 7.47%
G = 20.28%
B = 72.24%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1539CB (or 0x1539CB) is known color: Persian Blue. HEX triplet: 15, 39 and CB. RGB value is (21,57,203). Sum of RGB (Red+Green+Blue) = 21+57+203=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #1539CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1539CB is #EAC634. Grayscale: #3E3E3E. Windows color (decimal): -15386165 or 13318421. OLE color: 13318421.

HSL color Cylindrical-coordinate representation of color #1539CB: hue angle of 228.13º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1539CB is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 57 203 -
CMYK 0.90 0.72 0 0.20
HSL 228.13º 0.81% 0.44% -
HSV(B) 228.13º 0.9% 0.8% -
XYZ 12.55 7.4 57.27 -
YUV 62.88 207.07 98.13 -
System Red Green Blue C M Y K H S L
Decimal 21 57 203 0.90 0.72 0 0.20 228.13 0.81 0.44
Hex 15 39 CB 5A 48 0 14 E4 51 2C
Octal 25 71 313 132 110 0 24 344 121 54
Binary 10101 111001 11001011 1011010 1001000 0 10100 11100100 1010001 101100

Color Harmonies of #1539CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1539CB

Black with #1539CB

Text Example


Text Example

White with #1539CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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