Html Css Color HEX #1546CC Persian Blue

📋 copy color: '#1546CC'

red 21 ◦ green 70 ◦ blue 204

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

Shades of Persian Blue #1546CC

Tints of Persian Blue #1546CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 69.15%

R = 7.12%
G = 23.73%
B = 69.15%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1546CC (or 0x1546CC) is known color: Persian Blue. HEX triplet: 15, 46 and CC. RGB value is (21,70,204). Sum of RGB (Red+Green+Blue) = 21+70+204=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #1546CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1546CC is #EAB933. Grayscale: #464646. Windows color (decimal): -15382836 or 13387285. OLE color: 13387285.

HSL color Cylindrical-coordinate representation of color #1546CC: hue angle of 223.93º 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 #1546CC is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 70 204 -
CMYK 0.90 0.66 0 0.2
HSL 223.93º 0.81% 0.44% -
HSV(B) 223.93º 0.9% 0.8% -
XYZ 13.4 8.9 58.14 -
YUV 70.63 203.27 92.6 -
System Red Green Blue C M Y K H S L
Decimal 21 70 204 0.90 0.66 0 0.2 223.93 0.81 0.44
Hex 15 46 CC 5A 42 0 14 E0 51 2C
Octal 25 106 314 132 102 0 24 340 121 54
Binary 10101 1000110 11001100 1011010 1000010 0 10100 11100000 1010001 101100

Color Harmonies of #1546CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1546CC

Black with #1546CC

Text Example


Text Example

White with #1546CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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