Html Css Color HEX #131FCC Persian Blue

📋 copy color: '#131FCC'

red 19 ◦ green 31 ◦ blue 204

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

Shades of Persian Blue #131FCC

Tints of Persian Blue #131FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 80.31%

R = 7.48%
G = 12.2%
B = 80.31%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#131FCC (or 0x131FCC) is known color: Persian Blue. HEX triplet: 13, 1F and CC. RGB value is (19,31,204). Sum of RGB (Red+Green+Blue) = 19+31+204=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #131FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FCC is #ECE033. Grayscale: #2E2E2E. Windows color (decimal): -15523892 or 13377299. OLE color: 13377299.

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

Color convert

RGB 19 31 204 -
CMYK 0.91 0.85 0 0.2
HSL 236.11º 0.83% 0.44% -
HSV(B) 236.11º 0.91% 0.8% -
XYZ 11.66 5.48 57.57 -
YUV 47.13 216.52 107.93 -
System Red Green Blue C M Y K H S L
Decimal 19 31 204 0.91 0.85 0 0.2 236.11 0.83 0.44
Hex 13 1F CC 5B 55 0 14 EC 53 2C
Octal 23 37 314 133 125 0 24 354 123 54
Binary 10011 11111 11001100 1011011 1010101 0 10100 11101100 1010011 101100

Color Harmonies of #131FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FCC

Black with #131FCC

Text Example


Text Example

White with #131FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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