Html Css Color HEX #1F3EAF Persian Blue

📋 copy color: '#1F3EAF'

red 31 ◦ green 62 ◦ blue 175

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

Shades of Persian Blue #1F3EAF

Tints of Persian Blue #1F3EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.3%

R = 11.57%
G = 23.13%
B = 65.3%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1F3EAF (or 0x1F3EAF) is known color: Persian Blue. HEX triplet: 1F, 3E and AF. RGB value is (31,62,175). Sum of RGB (Red+Green+Blue) = 31+62+175=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F3EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3EAF is #E0C150. Grayscale: #414141. Windows color (decimal): -14729553 or 11484703. OLE color: 11484703.

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

Color convert

RGB 31 62 175 -
CMYK 0.82 0.65 0 0.31
HSL 227.08º 0.7% 0.4% -
HSV(B) 227.08º 0.82% 0.69% -
XYZ 10.03 6.83 41.35 -
YUV 65.61 189.73 103.31 -
System Red Green Blue C M Y K H S L
Decimal 31 62 175 0.82 0.65 0 0.31 227.08 0.7 0.4
Hex 1F 3E AF 52 41 0 1F E3 46 28
Octal 37 76 257 122 101 0 37 343 106 50
Binary 11111 111110 10101111 1010010 1000001 0 11111 11100011 1000110 101000

Color Harmonies of #1F3EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3EAF

Black with #1F3EAF

Text Example


Text Example

White with #1F3EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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