Html Css Color HEX #1F28AD Persian Blue

📋 copy color: '#1F28AD'

red 31 ◦ green 40 ◦ blue 173

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

Shades of Persian Blue #1F28AD

Tints of Persian Blue #1F28AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.39%

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

R = 12.7%
G = 16.39%
B = 70.9%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F28AD (or 0x1F28AD) is known color: Persian Blue. HEX triplet: 1F, 28 and AD. RGB value is (31,40,173). Sum of RGB (Red+Green+Blue) = 31+40+173=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F28AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F28AD is #E0D752. Grayscale: #333333. Windows color (decimal): -14735187 or 11347999. OLE color: 11347999.

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

Color convert

RGB 31 40 173 -
CMYK 0.82 0.77 0 0.32
HSL 236.2º 0.7% 0.4% -
HSV(B) 236.2º 0.82% 0.68% -
XYZ 8.87 4.83 40 -
YUV 52.47 196.02 112.69 -
System Red Green Blue C M Y K H S L
Decimal 31 40 173 0.82 0.77 0 0.32 236.2 0.7 0.4
Hex 1F 28 AD 52 4D 0 20 EC 46 28
Octal 37 50 255 122 115 0 40 354 106 50
Binary 11111 101000 10101101 1010010 1001101 0 100000 11101100 1000110 101000

Color Harmonies of #1F28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F28AD

Black with #1F28AD

Text Example


Text Example

White with #1F28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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