Html Css Color HEX #1A3ACE Persian Blue

📋 copy color: '#1A3ACE'

red 26 ◦ green 58 ◦ blue 206

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

Shades of Persian Blue #1A3ACE

Tints of Persian Blue #1A3ACE

RGB

 RED value IS 26 (10.55% from 255) = 8.97%

 GREEN value IS 58 (23.05% from 255) = 20%

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

R = 8.97%
G = 20%
B = 71.03%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1A3ACE (or 0x1A3ACE) is known color: Persian Blue. HEX triplet: 1A, 3A and CE. RGB value is (26,58,206). Sum of RGB (Red+Green+Blue) = 26+58+206=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A3ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3ACE is #E5C531. Grayscale: #404040. Windows color (decimal): -15058226 or 13515290. OLE color: 13515290.

HSL color Cylindrical-coordinate representation of color #1A3ACE: hue angle of 229.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A3ACE is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 58 206 -
CMYK 0.87 0.72 0 0.19
HSL 229.33º 0.78% 0.45% -
HSV(B) 229.33º 0.87% 0.81% -
XYZ 13.08 7.7 59.19 -
YUV 65.3 207.4 99.97 -
System Red Green Blue C M Y K H S L
Decimal 26 58 206 0.87 0.72 0 0.19 229.33 0.78 0.45
Hex 1A 3A CE 57 48 0 13 E5 4E 2D
Octal 32 72 316 127 110 0 23 345 116 55
Binary 11010 111010 11001110 1010111 1001000 0 10011 11100101 1001110 101101

Color Harmonies of #1A3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3ACE

Black with #1A3ACE

Text Example


Text Example

White with #1A3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A3ACE; }

 p { color: rgb(26,58,206); }

 H1.HeaderClassName
 {
   color: #1A3ACE;
 }
 .AnyTagClassName
 {
   color: #1A3ACE;
 }
</style>

background-color css

<style>
 a { background-color: #1A3ACE; }

 a { background-color: rgb(26,58,206); }

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

border-color css

<style>
 span { border-color: #1A3ACE; }

 span { border-color: rgb(26,58,206); }

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