Html Css Color HEX #1F1EC0 Persian Blue

📋 copy color: '#1F1EC0'

red 31 ◦ green 30 ◦ blue 192

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

Shades of Persian Blue #1F1EC0

Tints of Persian Blue #1F1EC0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.86%

 BLUE value IS 192 (75.39% from 255) = 75.89%

R = 12.25%
G = 11.86%
B = 75.89%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F1EC0 (or 0x1F1EC0) is known color: Persian Blue. HEX triplet: 1F, 1E and C0. RGB value is (31,30,192). Sum of RGB (Red+Green+Blue) = 31+30+192=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 192 (75.39% from 255 or 75.89% from 253); Max value from RGB is 192 - color contains mainly: blue. Hex color #1F1EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1EC0 is #E0E13F. Grayscale: #303030. Windows color (decimal): -14737728 or 12590623. OLE color: 12590623.

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

Color convert

RGB 31 30 192 -
CMYK 0.84 0.84 0 0.25
HSL 240.37º 0.73% 0.44% -
HSV(B) 240.37º 0.84% 0.75% -
XYZ 10.54 5.03 50.28 -
YUV 48.77 208.83 115.33 -
System Red Green Blue C M Y K H S L
Decimal 31 30 192 0.84 0.84 0 0.25 240.37 0.73 0.44
Hex 1F 1E C0 54 54 0 19 F0 49 2C
Octal 37 36 300 124 124 0 31 360 111 54
Binary 11111 11110 11000000 1010100 1010100 0 11001 11110000 1001001 101100

Color Harmonies of #1F1EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1EC0

Black with #1F1EC0

Text Example


Text Example

White with #1F1EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,30,192); }

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

background-color css

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

 a { background-color: rgb(31,30,192); }

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

border-color css

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

 span { border-color: rgb(31,30,192); }

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