Html Css Color HEX #131FCE Persian Blue

📋 copy color: '#131FCE'

red 19 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #131FCE

Tints of Persian Blue #131FCE

RGB

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

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

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

R = 7.42%
G = 12.11%
B = 80.47%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#131FCE (or 0x131FCE) is known color: Persian Blue. HEX triplet: 13, 1F and CE. RGB value is (19,31,206). Sum of RGB (Red+Green+Blue) = 19+31+206=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #131FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FCE is #ECE031. Grayscale: #2E2E2E. Windows color (decimal): -15523890 or 13508371. OLE color: 13508371.

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

Color convert

RGB 19 31 206 -
CMYK 0.91 0.85 0 0.19
HSL 236.15º 0.83% 0.44% -
HSV(B) 236.15º 0.91% 0.81% -
XYZ 11.9 5.57 58.84 -
YUV 47.36 217.52 107.77 -
System Red Green Blue C M Y K H S L
Decimal 19 31 206 0.91 0.85 0 0.19 236.15 0.83 0.44
Hex 13 1F CE 5B 55 0 13 EC 53 2C
Octal 23 37 316 133 125 0 23 354 123 54
Binary 10011 11111 11001110 1011011 1010101 0 10011 11101100 1010011 101100

Color Harmonies of #131FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FCE

Black with #131FCE

Text Example


Text Example

White with #131FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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