Html Css Color HEX #1546E6 Persian Blue

📋 copy color: '#1546E6'

red 21 ◦ green 70 ◦ blue 230

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

Shades of Persian Blue #1546E6

Tints of Persian Blue #1546E6

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

 BLUE value IS 230 (90.23% from 255) = 71.65%

R = 6.54%
G = 21.81%
B = 71.65%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1546E6 (or 0x1546E6) is known color: Persian Blue. HEX triplet: 15, 46 and E6. RGB value is (21,70,230). Sum of RGB (Red+Green+Blue) = 21+70+230=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 230 (90.23% from 255 or 71.65% from 321); Max value from RGB is 230 - color contains mainly: blue. Hex color #1546E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1546E6 is #EAB919. Grayscale: #484848. Windows color (decimal): -15382810 or 15091221. OLE color: 15091221.

HSL color Cylindrical-coordinate representation of color #1546E6: hue angle of 225.93º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1546E6 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 70 230 -
CMYK 0.91 0.70 0 0.10
HSL 225.93º 0.83% 0.49% -
HSV(B) 225.93º 0.91% 0.9% -
XYZ 16.78 10.25 75.96 -
YUV 73.59 216.27 90.49 -
System Red Green Blue C M Y K H S L
Decimal 21 70 230 0.91 0.70 0 0.10 225.93 0.83 0.49
Hex 15 46 E6 5B 46 0 A E2 53 31
Octal 25 106 346 133 106 0 12 342 123 61
Binary 10101 1000110 11100110 1011011 1000110 0 1010 11100010 1010011 110001

Color Harmonies of #1546E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1546E6

Black with #1546E6

Text Example


Text Example

White with #1546E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1546E6; }

 p { color: rgb(21,70,230); }

 H1.HeaderClassName
 {
   color: #1546E6;
 }
 .AnyTagClassName
 {
   color: #1546E6;
 }
</style>

background-color css

<style>
 a { background-color: #1546E6; }

 a { background-color: rgb(21,70,230); }

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

border-color css

<style>
 span { border-color: #1546E6; }

 span { border-color: rgb(21,70,230); }

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