Html Css Color HEX #1A2EBC Persian Blue

📋 copy color: '#1A2EBC'

red 26 ◦ green 46 ◦ blue 188

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

Shades of Persian Blue #1A2EBC

Tints of Persian Blue #1A2EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.69%

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

R = 10%
G = 17.69%
B = 72.31%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1A2EBC (or 0x1A2EBC) is known color: Persian Blue. HEX triplet: 1A, 2E and BC. RGB value is (26,46,188). Sum of RGB (Red+Green+Blue) = 26+46+188=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A2EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2EBC is #E5D143. Grayscale: #373737. Windows color (decimal): -15061316 or 12332570. OLE color: 12332570.

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

Color convert

RGB 26 46 188 -
CMYK 0.86 0.76 0 0.26
HSL 232.59º 0.76% 0.42% -
HSV(B) 232.59º 0.86% 0.74% -
XYZ 10.48 5.8 48.14 -
YUV 56.21 202.37 106.45 -
System Red Green Blue C M Y K H S L
Decimal 26 46 188 0.86 0.76 0 0.26 232.59 0.76 0.42
Hex 1A 2E BC 56 4C 0 1A E9 4C 2A
Octal 32 56 274 126 114 0 32 351 114 52
Binary 11010 101110 10111100 1010110 1001100 0 11010 11101001 1001100 101010

Color Harmonies of #1A2EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A2EBC

Black with #1A2EBC

Text Example


Text Example

White with #1A2EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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