Html Css Color HEX #1F3CAD Persian Blue

📋 copy color: '#1F3CAD'

red 31 ◦ green 60 ◦ blue 173

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

Shades of Persian Blue #1F3CAD

Tints of Persian Blue #1F3CAD

RGB

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

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

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

R = 11.74%
G = 22.73%
B = 65.53%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F3CAD (or 0x1F3CAD) is known color: Persian Blue. HEX triplet: 1F, 3C and AD. RGB value is (31,60,173). Sum of RGB (Red+Green+Blue) = 31+60+173=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F3CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3CAD is #E0C352. Grayscale: #3F3F3F. Windows color (decimal): -14730067 or 11353119. OLE color: 11353119.

HSL color Cylindrical-coordinate representation of color #1F3CAD: hue angle of 227.75º 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 #1F3CAD is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 60 173 -
CMYK 0.82 0.65 0 0.32
HSL 227.75º 0.7% 0.4% -
HSV(B) 227.75º 0.82% 0.68% -
XYZ 9.72 6.54 40.29 -
YUV 64.21 189.39 104.31 -
System Red Green Blue C M Y K H S L
Decimal 31 60 173 0.82 0.65 0 0.32 227.75 0.7 0.4
Hex 1F 3C AD 52 41 0 20 E4 46 28
Octal 37 74 255 122 101 0 40 344 106 50
Binary 11111 111100 10101101 1010010 1000001 0 100000 11100100 1000110 101000

Color Harmonies of #1F3CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3CAD

Black with #1F3CAD

Text Example


Text Example

White with #1F3CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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