Html Css Color HEX #1A3BBF Persian Blue

📋 copy color: '#1A3BBF'

red 26 ◦ green 59 ◦ blue 191

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

Shades of Persian Blue #1A3BBF

Tints of Persian Blue #1A3BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 69.2%

R = 9.42%
G = 21.38%
B = 69.2%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A3BBF (or 0x1A3BBF) is known color: Persian Blue. HEX triplet: 1A, 3B and BF. RGB value is (26,59,191). Sum of RGB (Red+Green+Blue) = 26+59+191=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 191 (75% from 255 or 69.20% from 276); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A3BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3BBF is #E5C440. Grayscale: #3F3F3F. Windows color (decimal): -15057985 or 12532506. OLE color: 12532506.

HSL color Cylindrical-coordinate representation of color #1A3BBF: hue angle of 228º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A3BBF is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 59 191 -
CMYK 0.86 0.69 0 0.25
HSL 228º 0.76% 0.43% -
HSV(B) 228º 0.86% 0.75% -
XYZ 11.39 7.11 50.06 -
YUV 64.18 199.57 100.77 -
System Red Green Blue C M Y K H S L
Decimal 26 59 191 0.86 0.69 0 0.25 228 0.76 0.43
Hex 1A 3B BF 56 45 0 19 E4 4C 2B
Octal 32 73 277 126 105 0 31 344 114 53
Binary 11010 111011 10111111 1010110 1000101 0 11001 11100100 1001100 101011

Color Harmonies of #1A3BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3BBF

Black with #1A3BBF

Text Example


Text Example

White with #1A3BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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