Html Css Color HEX #1542CE Persian Blue

📋 copy color: '#1542CE'

red 21 ◦ green 66 ◦ blue 206

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

Shades of Persian Blue #1542CE

Tints of Persian Blue #1542CE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.53%

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

R = 7.17%
G = 22.53%
B = 70.31%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1542CE (or 0x1542CE) is known color: Persian Blue. HEX triplet: 15, 42 and CE. RGB value is (21,66,206). Sum of RGB (Red+Green+Blue) = 21+66+206=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #1542CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1542CE is #EABD31. Grayscale: #434343. Windows color (decimal): -15383858 or 13517333. OLE color: 13517333.

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

Color convert

RGB 21 66 206 -
CMYK 0.90 0.68 0 0.19
HSL 225.41º 0.81% 0.45% -
HSV(B) 225.41º 0.9% 0.81% -
XYZ 13.4 8.51 59.33 -
YUV 68.51 205.59 94.12 -
System Red Green Blue C M Y K H S L
Decimal 21 66 206 0.90 0.68 0 0.19 225.41 0.81 0.45
Hex 15 42 CE 5A 44 0 13 E1 51 2D
Octal 25 102 316 132 104 0 23 341 121 55
Binary 10101 1000010 11001110 1011010 1000100 0 10011 11100001 1010001 101101

Color Harmonies of #1542CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1542CE

Black with #1542CE

Text Example


Text Example

White with #1542CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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