Html Css Color HEX #131FCB Persian Blue

📋 copy color: '#131FCB'

red 19 ◦ green 31 ◦ blue 203

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

Shades of Persian Blue #131FCB

Tints of Persian Blue #131FCB

RGB

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

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

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

R = 7.51%
G = 12.25%
B = 80.24%

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

#131FCB (or 0x131FCB) is known color: Persian Blue. HEX triplet: 13, 1F and CB. RGB value is (19,31,203). Sum of RGB (Red+Green+Blue) = 19+31+203=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #131FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FCB is #ECE034. Grayscale: #2E2E2E. Windows color (decimal): -15523893 or 13311763. OLE color: 13311763.

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

Color convert

RGB 19 31 203 -
CMYK 0.91 0.85 0 0.20
HSL 236.09º 0.83% 0.44% -
HSV(B) 236.09º 0.91% 0.8% -
XYZ 11.54 5.43 56.94 -
YUV 47.02 216.02 108.01 -
System Red Green Blue C M Y K H S L
Decimal 19 31 203 0.91 0.85 0 0.20 236.09 0.83 0.44
Hex 13 1F CB 5B 55 0 14 EC 53 2C
Octal 23 37 313 133 125 0 24 354 123 54
Binary 10011 11111 11001011 1011011 1010101 0 10100 11101100 1010011 101100

Color Harmonies of #131FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FCB

Black with #131FCB

Text Example


Text Example

White with #131FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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