Html Css Color HEX #1F40BA Persian Blue

📋 copy color: '#1F40BA'

red 31 ◦ green 64 ◦ blue 186

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

Shades of Persian Blue #1F40BA

Tints of Persian Blue #1F40BA

RGB

 RED value IS 31 (12.5% from 255) = 11.03%

 GREEN value IS 64 (25.39% from 255) = 22.78%

 BLUE value IS 186 (73.05% from 255) = 66.19%

R = 11.03%
G = 22.78%
B = 66.19%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1F40BA (or 0x1F40BA) is known color: Persian Blue. HEX triplet: 1F, 40 and BA. RGB value is (31,64,186). Sum of RGB (Red+Green+Blue) = 31+64+186=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F40BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F40BA is #E0BF45. Grayscale: #434343. Windows color (decimal): -14729030 or 12206111. OLE color: 12206111.

HSL color Cylindrical-coordinate representation of color #1F40BA: hue angle of 227.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F40BA is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 64 186 -
CMYK 0.83 0.66 0 0.27
HSL 227.23º 0.71% 0.43% -
HSV(B) 227.23º 0.83% 0.73% -
XYZ 11.26 7.5 47.31 -
YUV 68.04 194.57 101.58 -
System Red Green Blue C M Y K H S L
Decimal 31 64 186 0.83 0.66 0 0.27 227.23 0.71 0.43
Hex 1F 40 BA 53 42 0 1B E3 47 2B
Octal 37 100 272 123 102 0 33 343 107 53
Binary 11111 1000000 10111010 1010011 1000010 0 11011 11100011 1000111 101011

Color Harmonies of #1F40BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F40BA

Black with #1F40BA

Text Example


Text Example

White with #1F40BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,64,186); }

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

background-color css

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

 a { background-color: rgb(31,64,186); }

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

border-color css

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

 span { border-color: rgb(31,64,186); }

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