Html Css Color HEX #1A3ADE Persian Blue

📋 copy color: '#1A3ADE'

red 26 ◦ green 58 ◦ blue 222

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

Shades of Persian Blue #1A3ADE

Tints of Persian Blue #1A3ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 72.55%

R = 8.5%
G = 18.95%
B = 72.55%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A3ADE (or 0x1A3ADE) is known color: Persian Blue. HEX triplet: 1A, 3A and DE. RGB value is (26,58,222). Sum of RGB (Red+Green+Blue) = 26+58+222=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 222 (87.11% from 255 or 72.55% from 306); Max value from RGB is 222 - color contains mainly: blue. Hex color #1A3ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3ADE is #E5C521. Grayscale: #424242. Windows color (decimal): -15058210 or 14563866. OLE color: 14563866.

HSL color Cylindrical-coordinate representation of color #1A3ADE: hue angle of 230.2º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A3ADE is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 58 222 -
CMYK 0.88 0.74 0 0.13
HSL 230.2º 0.79% 0.49% -
HSV(B) 230.2º 0.88% 0.87% -
XYZ 15.12 8.52 69.95 -
YUV 67.13 215.4 98.66 -
System Red Green Blue C M Y K H S L
Decimal 26 58 222 0.88 0.74 0 0.13 230.2 0.79 0.49
Hex 1A 3A DE 58 4A 0 D E6 4F 31
Octal 32 72 336 130 112 0 15 346 117 61
Binary 11010 111010 11011110 1011000 1001010 0 1101 11100110 1001111 110001

Color Harmonies of #1A3ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3ADE

Black with #1A3ADE

Text Example


Text Example

White with #1A3ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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