Html Css Color HEX #1A1FBC Persian Blue

📋 copy color: '#1A1FBC'

red 26 ◦ green 31 ◦ blue 188

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

Shades of Persian Blue #1A1FBC

Tints of Persian Blue #1A1FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 76.73%

R = 10.61%
G = 12.65%
B = 76.73%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1A1FBC (or 0x1A1FBC) is known color: Persian Blue. HEX triplet: 1A, 1F and BC. RGB value is (26,31,188). Sum of RGB (Red+Green+Blue) = 26+31+188=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A1FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1FBC is #E5E043. Grayscale: #2E2E2E. Windows color (decimal): -15065156 or 12328730. OLE color: 12328730.

HSL color Cylindrical-coordinate representation of color #1A1FBC: hue angle of 238.15º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A1FBC is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 31 188 -
CMYK 0.86 0.84 0 0.26
HSL 238.15º 0.76% 0.42% -
HSV(B) 238.15º 0.86% 0.74% -
XYZ 9.99 4.83 47.98 -
YUV 47.4 207.34 112.73 -
System Red Green Blue C M Y K H S L
Decimal 26 31 188 0.86 0.84 0 0.26 238.15 0.76 0.42
Hex 1A 1F BC 56 54 0 1A EE 4C 2A
Octal 32 37 274 126 124 0 32 356 114 52
Binary 11010 11111 10111100 1010110 1010100 0 11010 11101110 1001100 101010

Color Harmonies of #1A1FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1FBC

Black with #1A1FBC

Text Example


Text Example

White with #1A1FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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