Html Css Color HEX #131ECB Persian Blue

📋 copy color: '#131ECB'

red 19 ◦ green 30 ◦ blue 203

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

Shades of Persian Blue #131ECB

Tints of Persian Blue #131ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 80.56%

R = 7.54%
G = 11.9%
B = 80.56%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#131ECB (or 0x131ECB) is known color: Persian Blue. HEX triplet: 13, 1E and CB. RGB value is (19,30,203). Sum of RGB (Red+Green+Blue) = 19+30+203=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 203 (79.69% from 255 or 80.56% from 252); Max value from RGB is 203 - color contains mainly: blue. Hex color #131ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ECB is #ECE134. Grayscale: #2D2D2D. Windows color (decimal): -15524149 or 13311507. OLE color: 13311507.

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

Color convert

RGB 19 30 203 -
CMYK 0.91 0.85 0 0.20
HSL 236.41º 0.83% 0.44% -
HSV(B) 236.41º 0.91% 0.8% -
XYZ 11.51 5.38 56.93 -
YUV 46.43 216.36 108.43 -
System Red Green Blue C M Y K H S L
Decimal 19 30 203 0.91 0.85 0 0.20 236.41 0.83 0.44
Hex 13 1E CB 5B 55 0 14 EC 53 2C
Octal 23 36 313 133 125 0 24 354 123 54
Binary 10011 11110 11001011 1011011 1010101 0 10100 11101100 1010011 101100

Color Harmonies of #131ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131ECB

Black with #131ECB

Text Example


Text Example

White with #131ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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