Html Css Color HEX #1F3BAE Persian Blue

📋 copy color: '#1F3BAE'

red 31 ◦ green 59 ◦ blue 174

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

Shades of Persian Blue #1F3BAE

Tints of Persian Blue #1F3BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.35%

 BLUE value IS 174 (68.36% from 255) = 65.91%

R = 11.74%
G = 22.35%
B = 65.91%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F3BAE (or 0x1F3BAE) is known color: Persian Blue. HEX triplet: 1F, 3B and AE. RGB value is (31,59,174). Sum of RGB (Red+Green+Blue) = 31+59+174=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F3BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3BAE is #E0C451. Grayscale: #3F3F3F. Windows color (decimal): -14730322 or 11418399. OLE color: 11418399.

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

Color convert

RGB 31 59 174 -
CMYK 0.82 0.66 0 0.32
HSL 228.25º 0.7% 0.4% -
HSV(B) 228.25º 0.82% 0.68% -
XYZ 9.77 6.48 40.78 -
YUV 63.74 190.22 104.65 -
System Red Green Blue C M Y K H S L
Decimal 31 59 174 0.82 0.66 0 0.32 228.25 0.7 0.4
Hex 1F 3B AE 52 42 0 20 E4 46 28
Octal 37 73 256 122 102 0 40 344 106 50
Binary 11111 111011 10101110 1010010 1000010 0 100000 11100100 1000110 101000

Color Harmonies of #1F3BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3BAE

Black with #1F3BAE

Text Example


Text Example

White with #1F3BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,59,174); }

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

background-color css

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

 a { background-color: rgb(31,59,174); }

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

border-color css

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

 span { border-color: rgb(31,59,174); }

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