Html Css Color HEX #1A41BB Persian Blue

📋 copy color: '#1A41BB'

red 26 ◦ green 65 ◦ blue 187

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

Shades of Persian Blue #1A41BB

Tints of Persian Blue #1A41BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

 BLUE value IS 187 (73.44% from 255) = 67.27%

R = 9.35%
G = 23.38%
B = 67.27%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A41BB (or 0x1A41BB) is known color: Persian Blue. HEX triplet: 1A, 41 and BB. RGB value is (26,65,187). Sum of RGB (Red+Green+Blue) = 26+65+187=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A41BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A41BB is #E5BE44. Grayscale: #424242. Windows color (decimal): -15056453 or 12271898. OLE color: 12271898.

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

Color convert

RGB 26 65 187 -
CMYK 0.86 0.65 0 0.27
HSL 225.47º 0.76% 0.42% -
HSV(B) 225.47º 0.86% 0.73% -
XYZ 11.29 7.59 47.88 -
YUV 67.25 195.58 98.58 -
System Red Green Blue C M Y K H S L
Decimal 26 65 187 0.86 0.65 0 0.27 225.47 0.76 0.42
Hex 1A 41 BB 56 41 0 1B E1 4C 2A
Octal 32 101 273 126 101 0 33 341 114 52
Binary 11010 1000001 10111011 1010110 1000001 0 11011 11100001 1001100 101010

Color Harmonies of #1A41BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A41BB

Black with #1A41BB

Text Example


Text Example

White with #1A41BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,65,187); }

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

background-color css

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

 a { background-color: rgb(26,65,187); }

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

border-color css

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

 span { border-color: rgb(26,65,187); }

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