Html Css Color HEX #131ECE Persian Blue

📋 copy color: '#131ECE'

red 19 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #131ECE

Tints of Persian Blue #131ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.76%

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

R = 7.45%
G = 11.76%
B = 80.78%

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

#131ECE (or 0x131ECE) is known color: Persian Blue. HEX triplet: 13, 1E and CE. RGB value is (19,30,206). Sum of RGB (Red+Green+Blue) = 19+30+206=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 206 (80.86% from 255 or 80.78% from 255); Max value from RGB is 206 - color contains mainly: blue. Hex color #131ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ECE is #ECE131. Grayscale: #2E2E2E. Windows color (decimal): -15524146 or 13508115. OLE color: 13508115.

HSL color Cylindrical-coordinate representation of color #131ECE: hue angle of 236.47º 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 #131ECE is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 30 206 -
CMYK 0.91 0.85 0 0.19
HSL 236.47º 0.83% 0.44% -
HSV(B) 236.47º 0.91% 0.81% -
XYZ 11.87 5.52 58.83 -
YUV 46.78 217.86 108.19 -
System Red Green Blue C M Y K H S L
Decimal 19 30 206 0.91 0.85 0 0.19 236.47 0.83 0.44
Hex 13 1E CE 5B 55 0 13 EC 53 2C
Octal 23 36 316 133 125 0 23 354 123 54
Binary 10011 11110 11001110 1011011 1010101 0 10011 11101100 1010011 101100

Color Harmonies of #131ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131ECE

Black with #131ECE

Text Example


Text Example

White with #131ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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