Html Css Color HEX #1A3BBB Persian Blue

📋 copy color: '#1A3BBB'

red 26 ◦ green 59 ◦ blue 187

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

Shades of Persian Blue #1A3BBB

Tints of Persian Blue #1A3BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.69%

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

R = 9.56%
G = 21.69%
B = 68.75%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A3BBB (or 0x1A3BBB) is known color: Persian Blue. HEX triplet: 1A, 3B and BB. RGB value is (26,59,187). Sum of RGB (Red+Green+Blue) = 26+59+187=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A3BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3BBB is #E5C444. Grayscale: #3F3F3F. Windows color (decimal): -15057989 or 12270362. OLE color: 12270362.

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

Color convert

RGB 26 59 187 -
CMYK 0.86 0.68 0 0.27
HSL 227.7º 0.76% 0.42% -
HSV(B) 227.7º 0.86% 0.73% -
XYZ 10.96 6.94 47.77 -
YUV 63.73 197.57 101.09 -
System Red Green Blue C M Y K H S L
Decimal 26 59 187 0.86 0.68 0 0.27 227.7 0.76 0.42
Hex 1A 3B BB 56 44 0 1B E4 4C 2A
Octal 32 73 273 126 104 0 33 344 114 52
Binary 11010 111011 10111011 1010110 1000100 0 11011 11100100 1001100 101010

Color Harmonies of #1A3BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3BBB

Black with #1A3BBB

Text Example


Text Example

White with #1A3BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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