Html Css Color HEX #1545CE Persian Blue

📋 copy color: '#1545CE'

red 21 ◦ green 69 ◦ blue 206

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

Shades of Persian Blue #1545CE

Tints of Persian Blue #1545CE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.31%

 BLUE value IS 206 (80.86% from 255) = 69.59%

R = 7.09%
G = 23.31%
B = 69.59%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1545CE (or 0x1545CE) is known color: Persian Blue. HEX triplet: 15, 45 and CE. RGB value is (21,69,206). Sum of RGB (Red+Green+Blue) = 21+69+206=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #1545CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1545CE is #EABA31. Grayscale: #454545. Windows color (decimal): -15383090 or 13518101. OLE color: 13518101.

HSL color Cylindrical-coordinate representation of color #1545CE: hue angle of 224.43º degrees, saturation: 0.81, 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 #1545CE is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 69 206 -
CMYK 0.90 0.67 0 0.19
HSL 224.43º 0.81% 0.45% -
HSV(B) 224.43º 0.9% 0.81% -
XYZ 13.58 8.87 59.39 -
YUV 70.27 204.6 92.86 -
System Red Green Blue C M Y K H S L
Decimal 21 69 206 0.90 0.67 0 0.19 224.43 0.81 0.45
Hex 15 45 CE 5A 43 0 13 E0 51 2D
Octal 25 105 316 132 103 0 23 340 121 55
Binary 10101 1000101 11001110 1011010 1000011 0 10011 11100000 1010001 101101

Color Harmonies of #1545CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1545CE

Black with #1545CE

Text Example


Text Example

White with #1545CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1545CE; }

 p { color: rgb(21,69,206); }

 H1.HeaderClassName
 {
   color: #1545CE;
 }
 .AnyTagClassName
 {
   color: #1545CE;
 }
</style>

background-color css

<style>
 a { background-color: #1545CE; }

 a { background-color: rgb(21,69,206); }

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

border-color css

<style>
 span { border-color: #1545CE; }

 span { border-color: rgb(21,69,206); }

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