Html Css Color HEX #1A3ACF Persian Blue

📋 copy color: '#1A3ACF'

red 26 ◦ green 58 ◦ blue 207

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

Shades of Persian Blue #1A3ACF

Tints of Persian Blue #1A3ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.13%

R = 8.93%
G = 19.93%
B = 71.13%

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

#1A3ACF (or 0x1A3ACF) is known color: Persian Blue. HEX triplet: 1A, 3A and CF. RGB value is (26,58,207). Sum of RGB (Red+Green+Blue) = 26+58+207=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 207 (81.25% from 255 or 71.13% from 291); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A3ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3ACF is #E5C530. Grayscale: #404040. Windows color (decimal): -15058225 or 13580826. OLE color: 13580826.

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

Color convert

RGB 26 58 207 -
CMYK 0.87 0.72 0 0.19
HSL 229.39º 0.78% 0.46% -
HSV(B) 229.39º 0.87% 0.81% -
XYZ 13.2 7.75 59.83 -
YUV 65.42 207.9 99.88 -
System Red Green Blue C M Y K H S L
Decimal 26 58 207 0.87 0.72 0 0.19 229.39 0.78 0.46
Hex 1A 3A CF 57 48 0 13 E5 4E 2E
Octal 32 72 317 127 110 0 23 345 116 56
Binary 11010 111010 11001111 1010111 1001000 0 10011 11100101 1001110 101110

Color Harmonies of #1A3ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3ACF

Black with #1A3ACF

Text Example


Text Example

White with #1A3ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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