Html Css Color HEX #1F3DBF Persian Blue

📋 copy color: '#1F3DBF'

red 31 ◦ green 61 ◦ blue 191

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

Shades of Persian Blue #1F3DBF

Tints of Persian Blue #1F3DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.55%

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

R = 10.95%
G = 21.55%
B = 67.49%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F3DBF (or 0x1F3DBF) is known color: Persian Blue. HEX triplet: 1F, 3D and BF. RGB value is (31,61,191). Sum of RGB (Red+Green+Blue) = 31+61+191=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F3DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3DBF is #E0C240. Grayscale: #424242. Windows color (decimal): -14729793 or 12533023. OLE color: 12533023.

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

Color convert

RGB 31 61 191 -
CMYK 0.84 0.68 0 0.25
HSL 228.75º 0.72% 0.44% -
HSV(B) 228.75º 0.84% 0.75% -
XYZ 11.64 7.39 50.1 -
YUV 66.85 198.06 102.43 -
System Red Green Blue C M Y K H S L
Decimal 31 61 191 0.84 0.68 0 0.25 228.75 0.72 0.44
Hex 1F 3D BF 54 44 0 19 E5 48 2C
Octal 37 75 277 124 104 0 31 345 110 54
Binary 11111 111101 10111111 1010100 1000100 0 11001 11100101 1001000 101100

Color Harmonies of #1F3DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3DBF

Black with #1F3DBF

Text Example


Text Example

White with #1F3DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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