Html Css Color HEX #1F3EAC Persian Blue

📋 copy color: '#1F3EAC'

red 31 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #1F3EAC

Tints of Persian Blue #1F3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.4%

 BLUE value IS 172 (67.58% from 255) = 64.91%

R = 11.7%
G = 23.4%
B = 64.91%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F3EAC (or 0x1F3EAC) is known color: Persian Blue. HEX triplet: 1F, 3E and AC. RGB value is (31,62,172). Sum of RGB (Red+Green+Blue) = 31+62+172=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F3EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3EAC is #E0C153. Grayscale: #404040. Windows color (decimal): -14729556 or 11288095. OLE color: 11288095.

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

Color convert

RGB 31 62 172 -
CMYK 0.82 0.64 0 0.33
HSL 226.81º 0.69% 0.4% -
HSV(B) 226.81º 0.82% 0.67% -
XYZ 9.73 6.72 39.81 -
YUV 65.27 188.23 103.56 -
System Red Green Blue C M Y K H S L
Decimal 31 62 172 0.82 0.64 0 0.33 226.81 0.69 0.4
Hex 1F 3E AC 52 40 0 21 E3 45 28
Octal 37 76 254 122 100 0 41 343 105 50
Binary 11111 111110 10101100 1010010 1000000 0 100001 11100011 1000101 101000

Color Harmonies of #1F3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3EAC

Black with #1F3EAC

Text Example


Text Example

White with #1F3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,62,172); }

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

background-color css

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

 a { background-color: rgb(31,62,172); }

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

border-color css

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

 span { border-color: rgb(31,62,172); }

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