Html Css Color HEX #1536CF Persian Blue

📋 copy color: '#1536CF'

red 21 ◦ green 54 ◦ blue 207

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

Shades of Persian Blue #1536CF

Tints of Persian Blue #1536CF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.15%

 BLUE value IS 207 (81.25% from 255) = 73.4%

R = 7.45%
G = 19.15%
B = 73.4%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1536CF (or 0x1536CF) is known color: Persian Blue. HEX triplet: 15, 36 and CF. RGB value is (21,54,207). Sum of RGB (Red+Green+Blue) = 21+54+207=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #1536CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1536CF is #EAC930. Grayscale: #3C3C3C. Windows color (decimal): -15386929 or 13579797. OLE color: 13579797.

HSL color Cylindrical-coordinate representation of color #1536CF: hue angle of 229.35º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1536CF is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 54 207 -
CMYK 0.90 0.74 0 0.19
HSL 229.35º 0.82% 0.45% -
HSV(B) 229.35º 0.9% 0.81% -
XYZ 12.89 7.3 59.76 -
YUV 61.58 210.07 99.06 -
System Red Green Blue C M Y K H S L
Decimal 21 54 207 0.90 0.74 0 0.19 229.35 0.82 0.45
Hex 15 36 CF 5A 4A 0 13 E5 52 2D
Octal 25 66 317 132 112 0 23 345 122 55
Binary 10101 110110 11001111 1011010 1001010 0 10011 11100101 1010010 101101

Color Harmonies of #1536CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1536CF

Black with #1536CF

Text Example


Text Example

White with #1536CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1536CF; }

 p { color: rgb(21,54,207); }

 H1.HeaderClassName
 {
   color: #1536CF;
 }
 .AnyTagClassName
 {
   color: #1536CF;
 }
</style>

background-color css

<style>
 a { background-color: #1536CF; }

 a { background-color: rgb(21,54,207); }

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

border-color css

<style>
 span { border-color: #1536CF; }

 span { border-color: rgb(21,54,207); }

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