Html Css Color HEX #1F3ACE Persian Blue

📋 copy color: '#1F3ACE'

red 31 ◦ green 58 ◦ blue 206

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

Shades of Persian Blue #1F3ACE

Tints of Persian Blue #1F3ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.66%

 BLUE value IS 206 (80.86% from 255) = 69.83%

R = 10.51%
G = 19.66%
B = 69.83%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F3ACE (or 0x1F3ACE) is known color: Persian Blue. HEX triplet: 1F, 3A and CE. RGB value is (31,58,206). Sum of RGB (Red+Green+Blue) = 31+58+206=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F3ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3ACE is #E0C531. Grayscale: #424242. Windows color (decimal): -14730546 or 13515295. OLE color: 13515295.

HSL color Cylindrical-coordinate representation of color #1F3ACE: hue angle of 230.74º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F3ACE is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 58 206 -
CMYK 0.85 0.72 0 0.19
HSL 230.74º 0.74% 0.46% -
HSV(B) 230.74º 0.85% 0.81% -
XYZ 13.22 7.77 59.2 -
YUV 66.8 206.55 102.47 -
System Red Green Blue C M Y K H S L
Decimal 31 58 206 0.85 0.72 0 0.19 230.74 0.74 0.46
Hex 1F 3A CE 55 48 0 13 E7 4A 2E
Octal 37 72 316 125 110 0 23 347 112 56
Binary 11111 111010 11001110 1010101 1001000 0 10011 11100111 1001010 101110

Color Harmonies of #1F3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3ACE

Black with #1F3ACE

Text Example


Text Example

White with #1F3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,58,206); }

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

background-color css

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

 a { background-color: rgb(31,58,206); }

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

border-color css

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

 span { border-color: rgb(31,58,206); }

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