Html Css Color HEX #1F3FAD Persian Blue

📋 copy color: '#1F3FAD'

red 31 ◦ green 63 ◦ blue 173

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

Shades of Persian Blue #1F3FAD

Tints of Persian Blue #1F3FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 23.6%

 BLUE value IS 173 (67.97% from 255) = 64.79%

R = 11.61%
G = 23.6%
B = 64.79%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F3FAD (or 0x1F3FAD) is known color: Persian Blue. HEX triplet: 1F, 3F and AD. RGB value is (31,63,173). Sum of RGB (Red+Green+Blue) = 31+63+173=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F3FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3FAD is #E0C052. Grayscale: #414141. Windows color (decimal): -14729299 or 11353887. OLE color: 11353887.

HSL color Cylindrical-coordinate representation of color #1F3FAD: hue angle of 226.48º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F3FAD is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 63 173 -
CMYK 0.82 0.64 0 0.32
HSL 226.48º 0.7% 0.4% -
HSV(B) 226.48º 0.82% 0.68% -
XYZ 9.89 6.86 40.34 -
YUV 65.97 188.4 103.06 -
System Red Green Blue C M Y K H S L
Decimal 31 63 173 0.82 0.64 0 0.32 226.48 0.7 0.4
Hex 1F 3F AD 52 40 0 20 E2 46 28
Octal 37 77 255 122 100 0 40 342 106 50
Binary 11111 111111 10101101 1010010 1000000 0 100000 11100010 1000110 101000

Color Harmonies of #1F3FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3FAD

Black with #1F3FAD

Text Example


Text Example

White with #1F3FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,63,173); }

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

background-color css

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

 a { background-color: rgb(31,63,173); }

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

border-color css

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

 span { border-color: rgb(31,63,173); }

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