Html Css Color HEX #1A3DCA Persian Blue

📋 copy color: '#1A3DCA'

red 26 ◦ green 61 ◦ blue 202

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

Shades of Persian Blue #1A3DCA

Tints of Persian Blue #1A3DCA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.11%

 BLUE value IS 202 (79.3% from 255) = 69.9%

R = 9%
G = 21.11%
B = 69.9%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1A3DCA (or 0x1A3DCA) is known color: Persian Blue. HEX triplet: 1A, 3D and CA. RGB value is (26,61,202). Sum of RGB (Red+Green+Blue) = 26+61+202=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A3DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3DCA is #E5C235. Grayscale: #424242. Windows color (decimal): -15057462 or 13253914. OLE color: 13253914.

HSL color Cylindrical-coordinate representation of color #1A3DCA: hue angle of 228.07º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A3DCA is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 26 61 202 -
CMYK 0.87 0.70 0 0.21
HSL 228.07º 0.77% 0.45% -
HSV(B) 228.07º 0.87% 0.79% -
XYZ 12.76 7.82 56.71 -
YUV 66.61 204.4 99.04 -
System Red Green Blue C M Y K H S L
Decimal 26 61 202 0.87 0.70 0 0.21 228.07 0.77 0.45
Hex 1A 3D CA 57 46 0 15 E4 4D 2D
Octal 32 75 312 127 106 0 25 344 115 55
Binary 11010 111101 11001010 1010111 1000110 0 10101 11100100 1001101 101101

Color Harmonies of #1A3DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3DCA

Black with #1A3DCA

Text Example


Text Example

White with #1A3DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,61,202); }

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

background-color css

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

 a { background-color: rgb(26,61,202); }

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

border-color css

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

 span { border-color: rgb(26,61,202); }

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