Html Css Color HEX #1A1EBC Persian Blue

📋 copy color: '#1A1EBC'

red 26 ◦ green 30 ◦ blue 188

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

Shades of Persian Blue #1A1EBC

Tints of Persian Blue #1A1EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.3%

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

R = 10.66%
G = 12.3%
B = 77.05%

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

#1A1EBC (or 0x1A1EBC) is known color: Persian Blue. HEX triplet: 1A, 1E and BC. RGB value is (26,30,188). Sum of RGB (Red+Green+Blue) = 26+30+188=244 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.66% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A1EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1EBC is #E5E143. Grayscale: #2E2E2E. Windows color (decimal): -15065412 or 12328474. OLE color: 12328474.

HSL color Cylindrical-coordinate representation of color #1A1EBC: hue angle of 238.52º 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 #1A1EBC is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 30 188 -
CMYK 0.86 0.84 0 0.26
HSL 238.52º 0.76% 0.42% -
HSV(B) 238.52º 0.86% 0.74% -
XYZ 9.97 4.78 47.97 -
YUV 46.82 207.67 113.15 -
System Red Green Blue C M Y K H S L
Decimal 26 30 188 0.86 0.84 0 0.26 238.52 0.76 0.42
Hex 1A 1E BC 56 54 0 1A EF 4C 2A
Octal 32 36 274 126 124 0 32 357 114 52
Binary 11010 11110 10111100 1010110 1010100 0 11010 11101111 1001100 101010

Color Harmonies of #1A1EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1EBC

Black with #1A1EBC

Text Example


Text Example

White with #1A1EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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