Html Css Color HEX #131ECC Persian Blue

📋 copy color: '#131ECC'

red 19 ◦ green 30 ◦ blue 204

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

Shades of Persian Blue #131ECC

Tints of Persian Blue #131ECC

RGB

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

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

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

R = 7.51%
G = 11.86%
B = 80.63%

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

#131ECC (or 0x131ECC) is known color: Persian Blue. HEX triplet: 13, 1E and CC. RGB value is (19,30,204). Sum of RGB (Red+Green+Blue) = 19+30+204=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #131ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ECC is #ECE133. Grayscale: #2D2D2D. Windows color (decimal): -15524148 or 13377043. OLE color: 13377043.

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

Color convert

RGB 19 30 204 -
CMYK 0.91 0.85 0 0.2
HSL 236.43º 0.83% 0.44% -
HSV(B) 236.43º 0.91% 0.8% -
XYZ 11.63 5.43 57.56 -
YUV 46.55 216.86 108.35 -
System Red Green Blue C M Y K H S L
Decimal 19 30 204 0.91 0.85 0 0.2 236.43 0.83 0.44
Hex 13 1E CC 5B 55 0 14 EC 53 2C
Octal 23 36 314 133 125 0 24 354 123 54
Binary 10011 11110 11001100 1011011 1010101 0 10100 11101100 1010011 101100

Color Harmonies of #131ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131ECC

Black with #131ECC

Text Example


Text Example

White with #131ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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