Html Css Color HEX #1A3CDE Persian Blue

📋 copy color: '#1A3CDE'

red 26 ◦ green 60 ◦ blue 222

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

Shades of Persian Blue #1A3CDE

Tints of Persian Blue #1A3CDE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.48%

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

R = 8.44%
G = 19.48%
B = 72.08%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A3CDE (or 0x1A3CDE) is known color: Persian Blue. HEX triplet: 1A, 3C and DE. RGB value is (26,60,222). Sum of RGB (Red+Green+Blue) = 26+60+222=308 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.44% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #1A3CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3CDE is #E5C321. Grayscale: #434343. Windows color (decimal): -15057698 or 14564378. OLE color: 14564378.

HSL color Cylindrical-coordinate representation of color #1A3CDE: hue angle of 229.59º 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 #1A3CDE is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 60 222 -
CMYK 0.88 0.73 0 0.13
HSL 229.59º 0.79% 0.49% -
HSV(B) 229.59º 0.88% 0.87% -
XYZ 15.23 8.73 69.99 -
YUV 68.3 214.74 97.83 -
System Red Green Blue C M Y K H S L
Decimal 26 60 222 0.88 0.73 0 0.13 229.59 0.79 0.49
Hex 1A 3C DE 58 49 0 D E6 4F 31
Octal 32 74 336 130 111 0 15 346 117 61
Binary 11010 111100 11011110 1011000 1001001 0 1101 11100110 1001111 110001

Color Harmonies of #1A3CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3CDE

Black with #1A3CDE

Text Example


Text Example

White with #1A3CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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