Html Css Color HEX #1F42AE Persian Blue

📋 copy color: '#1F42AE'

red 31 ◦ green 66 ◦ blue 174

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

Shades of Persian Blue #1F42AE

Tints of Persian Blue #1F42AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

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

R = 11.44%
G = 24.35%
B = 64.21%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F42AE (or 0x1F42AE) is known color: Persian Blue. HEX triplet: 1F, 42 and AE. RGB value is (31,66,174). Sum of RGB (Red+Green+Blue) = 31+66+174=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F42AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F42AE is #E0BD51. Grayscale: #434343. Windows color (decimal): -14728530 or 11420191. OLE color: 11420191.

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

Color convert

RGB 31 66 174 -
CMYK 0.82 0.62 0 0.32
HSL 225.31º 0.7% 0.4% -
HSV(B) 225.31º 0.82% 0.68% -
XYZ 10.15 7.24 40.91 -
YUV 67.85 187.9 101.72 -
System Red Green Blue C M Y K H S L
Decimal 31 66 174 0.82 0.62 0 0.32 225.31 0.7 0.4
Hex 1F 42 AE 52 3E 0 20 E1 46 28
Octal 37 102 256 122 76 0 40 341 106 50
Binary 11111 1000010 10101110 1010010 111110 0 100000 11100001 1000110 101000

Color Harmonies of #1F42AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F42AE

Black with #1F42AE

Text Example


Text Example

White with #1F42AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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