Html Css Color HEX #1A25B1 Persian Blue

📋 copy color: '#1A25B1'

red 26 ◦ green 37 ◦ blue 177

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

Shades of Persian Blue #1A25B1

Tints of Persian Blue #1A25B1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.42%

 BLUE value IS 177 (69.53% from 255) = 73.75%

R = 10.83%
G = 15.42%
B = 73.75%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1A25B1 (or 0x1A25B1) is known color: Persian Blue. HEX triplet: 1A, 25 and B1. RGB value is (26,37,177). Sum of RGB (Red+Green+Blue) = 26+37+177=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 177 (69.53% from 255 or 73.75% from 240); Max value from RGB is 177 - color contains mainly: blue. Hex color #1A25B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A25B1 is #E5DA4E. Grayscale: #313131. Windows color (decimal): -15063631 or 11609370. OLE color: 11609370.

HSL color Cylindrical-coordinate representation of color #1A25B1: hue angle of 235.63º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A25B1 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 37 177 -
CMYK 0.85 0.79 0 0.31
HSL 235.63º 0.74% 0.4% -
HSV(B) 235.63º 0.85% 0.69% -
XYZ 9.02 4.72 42.03 -
YUV 49.67 199.86 111.12 -
System Red Green Blue C M Y K H S L
Decimal 26 37 177 0.85 0.79 0 0.31 235.63 0.74 0.4
Hex 1A 25 B1 55 4F 0 1F EC 4A 28
Octal 32 45 261 125 117 0 37 354 112 50
Binary 11010 100101 10110001 1010101 1001111 0 11111 11101100 1001010 101000

Color Harmonies of #1A25B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A25B1

Black with #1A25B1

Text Example


Text Example

White with #1A25B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,37,177); }

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

background-color css

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

 a { background-color: rgb(26,37,177); }

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

border-color css

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

 span { border-color: rgb(26,37,177); }

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