Html Css Color HEX #1F43BF Persian Blue

📋 copy color: '#1F43BF'

red 31 ◦ green 67 ◦ blue 191

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

Shades of Persian Blue #1F43BF

Tints of Persian Blue #1F43BF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.18%

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

R = 10.73%
G = 23.18%
B = 66.09%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F43BF (or 0x1F43BF) is known color: Persian Blue. HEX triplet: 1F, 43 and BF. RGB value is (31,67,191). Sum of RGB (Red+Green+Blue) = 31+67+191=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F43BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F43BF is #E0BC40. Grayscale: #454545. Windows color (decimal): -14728257 or 12534559. OLE color: 12534559.

HSL color Cylindrical-coordinate representation of color #1F43BF: hue angle of 226.5º 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 #1F43BF is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 67 191 -
CMYK 0.84 0.65 0 0.25
HSL 226.5º 0.72% 0.44% -
HSV(B) 226.5º 0.84% 0.75% -
XYZ 11.98 8.07 50.22 -
YUV 70.37 196.07 99.92 -
System Red Green Blue C M Y K H S L
Decimal 31 67 191 0.84 0.65 0 0.25 226.5 0.72 0.44
Hex 1F 43 BF 54 41 0 19 E2 48 2C
Octal 37 103 277 124 101 0 31 342 110 54
Binary 11111 1000011 10111111 1010100 1000001 0 11001 11100010 1001000 101100

Color Harmonies of #1F43BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F43BF

Black with #1F43BF

Text Example


Text Example

White with #1F43BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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