Html Css Color HEX #1A3BCF Persian Blue

📋 copy color: '#1A3BCF'

red 26 ◦ green 59 ◦ blue 207

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

Shades of Persian Blue #1A3BCF

Tints of Persian Blue #1A3BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.21%

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

R = 8.9%
G = 20.21%
B = 70.89%

CMYK

 C value IS 0.87

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1A3BCF (or 0x1A3BCF) is known color: Persian Blue. HEX triplet: 1A, 3B and CF. RGB value is (26,59,207). Sum of RGB (Red+Green+Blue) = 26+59+207=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A3BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3BCF is #E5C430. Grayscale: #414141. Windows color (decimal): -15057969 or 13581082. OLE color: 13581082.

HSL color Cylindrical-coordinate representation of color #1A3BCF: hue angle of 229.06º 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 #1A3BCF is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 59 207 -
CMYK 0.87 0.71 0 0.19
HSL 229.06º 0.78% 0.46% -
HSV(B) 229.06º 0.87% 0.81% -
XYZ 13.25 7.85 59.85 -
YUV 66.01 207.57 99.47 -
System Red Green Blue C M Y K H S L
Decimal 26 59 207 0.87 0.71 0 0.19 229.06 0.78 0.46
Hex 1A 3B CF 57 47 0 13 E5 4E 2E
Octal 32 73 317 127 107 0 23 345 116 56
Binary 11010 111011 11001111 1010111 1000111 0 10011 11100101 1001110 101110

Color Harmonies of #1A3BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3BCF

Black with #1A3BCF

Text Example


Text Example

White with #1A3BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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