Html Css Color HEX #1A1FBA Persian Blue

📋 copy color: '#1A1FBA'

red 26 ◦ green 31 ◦ blue 186

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

Shades of Persian Blue #1A1FBA

Tints of Persian Blue #1A1FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.76%

 BLUE value IS 186 (73.05% from 255) = 76.54%

R = 10.7%
G = 12.76%
B = 76.54%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A1FBA (or 0x1A1FBA) is known color: Persian Blue. HEX triplet: 1A, 1F and BA. RGB value is (26,31,186). Sum of RGB (Red+Green+Blue) = 26+31+186=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A1FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1FBA is #E5E045. Grayscale: #2E2E2E. Windows color (decimal): -15065158 or 12197658. OLE color: 12197658.

HSL color Cylindrical-coordinate representation of color #1A1FBA: hue angle of 238.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A1FBA is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 31 186 -
CMYK 0.86 0.83 0 0.27
HSL 238.13º 0.75% 0.42% -
HSV(B) 238.13º 0.86% 0.73% -
XYZ 9.78 4.74 46.85 -
YUV 47.18 206.34 112.9 -
System Red Green Blue C M Y K H S L
Decimal 26 31 186 0.86 0.83 0 0.27 238.13 0.75 0.42
Hex 1A 1F BA 56 53 0 1B EE 4B 2A
Octal 32 37 272 126 123 0 33 356 113 52
Binary 11010 11111 10111010 1010110 1010011 0 11011 11101110 1001011 101010

Color Harmonies of #1A1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1FBA

Black with #1A1FBA

Text Example


Text Example

White with #1A1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,31,186); }

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

background-color css

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

 a { background-color: rgb(26,31,186); }

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

border-color css

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

 span { border-color: rgb(26,31,186); }

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