Html Css Color HEX #131FD0 Persian Blue

📋 copy color: '#131FD0'

red 19 ◦ green 31 ◦ blue 208

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

Shades of Persian Blue #131FD0

Tints of Persian Blue #131FD0

RGB

 RED value IS 19 (7.81% from 255) = 7.36%

 GREEN value IS 31 (12.5% from 255) = 12.02%

 BLUE value IS 208 (81.64% from 255) = 80.62%

R = 7.36%
G = 12.02%
B = 80.62%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#131FD0 (or 0x131FD0) is known color: Persian Blue. HEX triplet: 13, 1F and D0. RGB value is (19,31,208). Sum of RGB (Red+Green+Blue) = 19+31+208=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 208 (81.64% from 255 or 80.62% from 258); Max value from RGB is 208 - color contains mainly: blue. Hex color #131FD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FD0 is #ECE02F. Grayscale: #2E2E2E. Windows color (decimal): -15523888 or 13639443. OLE color: 13639443.

HSL color Cylindrical-coordinate representation of color #131FD0: hue angle of 236.19º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131FD0 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 31 208 -
CMYK 0.91 0.85 0 0.18
HSL 236.19º 0.83% 0.45% -
HSV(B) 236.19º 0.91% 0.82% -
XYZ 12.14 5.67 60.13 -
YUV 47.59 218.52 107.61 -
System Red Green Blue C M Y K H S L
Decimal 19 31 208 0.91 0.85 0 0.18 236.19 0.83 0.45
Hex 13 1F D0 5B 55 0 12 EC 53 2D
Octal 23 37 320 133 125 0 22 354 123 55
Binary 10011 11111 11010000 1011011 1010101 0 10010 11101100 1010011 101101

Color Harmonies of #131FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FD0

Black with #131FD0

Text Example


Text Example

White with #131FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131FD0; }

 p { color: rgb(19,31,208); }

 H1.HeaderClassName
 {
   color: #131FD0;
 }
 .AnyTagClassName
 {
   color: #131FD0;
 }
</style>

background-color css

<style>
 a { background-color: #131FD0; }

 a { background-color: rgb(19,31,208); }

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

border-color css

<style>
 span { border-color: #131FD0; }

 span { border-color: rgb(19,31,208); }

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