Html Css Color HEX #1F46BF Persian Blue

📋 copy color: '#1F46BF'

red 31 ◦ green 70 ◦ blue 191

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

Shades of Persian Blue #1F46BF

Tints of Persian Blue #1F46BF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.97%

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

R = 10.62%
G = 23.97%
B = 65.41%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F46BF (or 0x1F46BF) is known color: Persian Blue. HEX triplet: 1F, 46 and BF. RGB value is (31,70,191). Sum of RGB (Red+Green+Blue) = 31+70+191=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F46BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F46BF is #E0B940. Grayscale: #474747. Windows color (decimal): -14727489 or 12535327. OLE color: 12535327.

HSL color Cylindrical-coordinate representation of color #1F46BF: hue angle of 225.38º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F46BF is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 70 191 -
CMYK 0.84 0.63 0 0.25
HSL 225.38º 0.72% 0.44% -
HSV(B) 225.38º 0.84% 0.75% -
XYZ 12.16 8.43 50.28 -
YUV 72.13 195.08 98.66 -
System Red Green Blue C M Y K H S L
Decimal 31 70 191 0.84 0.63 0 0.25 225.38 0.72 0.44
Hex 1F 46 BF 54 3F 0 19 E1 48 2C
Octal 37 106 277 124 77 0 31 341 110 54
Binary 11111 1000110 10111111 1010100 111111 0 11001 11100001 1001000 101100

Color Harmonies of #1F46BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F46BF

Black with #1F46BF

Text Example


Text Example

White with #1F46BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,70,191); }

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

background-color css

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

 a { background-color: rgb(31,70,191); }

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

border-color css

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

 span { border-color: rgb(31,70,191); }

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