Html Css Color HEX #1F1BCF Persian Blue

📋 copy color: '#1F1BCF'

red 31 ◦ green 27 ◦ blue 207

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

Shades of Persian Blue #1F1BCF

Tints of Persian Blue #1F1BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.19%

 BLUE value IS 207 (81.25% from 255) = 78.11%

R = 11.7%
G = 10.19%
B = 78.11%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F1BCF (or 0x1F1BCF) is known color: Persian Blue. HEX triplet: 1F, 1B and CF. RGB value is (31,27,207). Sum of RGB (Red+Green+Blue) = 31+27+207=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 207 (81.25% from 255 or 78.11% from 265); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F1BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1BCF is #E0E430. Grayscale: #303030. Windows color (decimal): -14738481 or 13572895. OLE color: 13572895.

HSL color Cylindrical-coordinate representation of color #1F1BCF: hue angle of 241.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F1BCF is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 27 207 -
CMYK 0.85 0.87 0 0.19
HSL 241.33º 0.77% 0.46% -
HSV(B) 241.33º 0.87% 0.81% -
XYZ 12.22 5.58 59.46 -
YUV 48.72 217.33 115.36 -
System Red Green Blue C M Y K H S L
Decimal 31 27 207 0.85 0.87 0 0.19 241.33 0.77 0.46
Hex 1F 1B CF 55 57 0 13 F1 4D 2E
Octal 37 33 317 125 127 0 23 361 115 56
Binary 11111 11011 11001111 1010101 1010111 0 10011 11110001 1001101 101110

Color Harmonies of #1F1BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1BCF

Black with #1F1BCF

Text Example


Text Example

White with #1F1BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,27,207); }

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

background-color css

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

 a { background-color: rgb(31,27,207); }

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

border-color css

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

 span { border-color: rgb(31,27,207); }

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