Html Css Color HEX #1F3CBF Persian Blue

📋 copy color: '#1F3CBF'

red 31 ◦ green 60 ◦ blue 191

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

Shades of Persian Blue #1F3CBF

Tints of Persian Blue #1F3CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.28%

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

R = 10.99%
G = 21.28%
B = 67.73%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F3CBF (or 0x1F3CBF) is known color: Persian Blue. HEX triplet: 1F, 3C and BF. RGB value is (31,60,191). Sum of RGB (Red+Green+Blue) = 31+60+191=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F3CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3CBF is #E0C340. Grayscale: #414141. Windows color (decimal): -14730049 or 12532767. OLE color: 12532767.

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

Color convert

RGB 31 60 191 -
CMYK 0.84 0.69 0 0.25
HSL 229.13º 0.72% 0.44% -
HSV(B) 229.13º 0.84% 0.75% -
XYZ 11.58 7.28 50.09 -
YUV 66.26 198.39 102.85 -
System Red Green Blue C M Y K H S L
Decimal 31 60 191 0.84 0.69 0 0.25 229.13 0.72 0.44
Hex 1F 3C BF 54 45 0 19 E5 48 2C
Octal 37 74 277 124 105 0 31 345 110 54
Binary 11111 111100 10111111 1010100 1000101 0 11001 11100101 1001000 101100

Color Harmonies of #1F3CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3CBF

Black with #1F3CBF

Text Example


Text Example

White with #1F3CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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