Html Css Color HEX #1A3FEF Persian Blue

📋 copy color: '#1A3FEF'

red 26 ◦ green 63 ◦ blue 239

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

Shades of Persian Blue #1A3FEF

Tints of Persian Blue #1A3FEF

RGB

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

 GREEN value IS 63 (25% from 255) = 19.21%

 BLUE value IS 239 (93.75% from 255) = 72.87%

R = 7.93%
G = 19.21%
B = 72.87%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1A3FEF (or 0x1A3FEF) is known color: Persian Blue. HEX triplet: 1A, 3F and EF. RGB value is (26,63,239). Sum of RGB (Red+Green+Blue) = 26+63+239=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A3FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A3FEF is #E5C010. Grayscale: #474747. Windows color (decimal): -15056913 or 15679258. OLE color: 15679258.

HSL color Cylindrical-coordinate representation of color #1A3FEF: hue angle of 229.58º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A3FEF is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 63 239 -
CMYK 0.89 0.74 0 0.06
HSL 229.58º 0.87% 0.52% -
HSV(B) 229.58º 0.89% 0.94% -
XYZ 17.78 10.01 82.66 -
YUV 72 222.24 95.19 -
System Red Green Blue C M Y K H S L
Decimal 26 63 239 0.89 0.74 0 0.06 229.58 0.87 0.52
Hex 1A 3F EF 59 4A 0 6 E6 57 34
Octal 32 77 357 131 112 0 6 346 127 64
Binary 11010 111111 11101111 1011001 1001010 0 110 11100110 1010111 110100

Color Harmonies of #1A3FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3FEF

Black with #1A3FEF

Text Example


Text Example

White with #1A3FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,63,239); }

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

background-color css

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

 a { background-color: rgb(26,63,239); }

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

border-color css

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

 span { border-color: rgb(26,63,239); }

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