Html Css Color HEX #1331CE Persian Blue

📋 copy color: '#1331CE'

red 19 ◦ green 49 ◦ blue 206

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

Shades of Persian Blue #1331CE

Tints of Persian Blue #1331CE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.88%

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

R = 6.93%
G = 17.88%
B = 75.18%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1331CE (or 0x1331CE) is known color: Persian Blue. HEX triplet: 13, 31 and CE. RGB value is (19,49,206). Sum of RGB (Red+Green+Blue) = 19+49+206=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #1331CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1331CE is #ECCE31. Grayscale: #393939. Windows color (decimal): -15519282 or 13512979. OLE color: 13512979.

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

Color convert

RGB 19 49 206 -
CMYK 0.91 0.76 0 0.19
HSL 230.37º 0.83% 0.44% -
HSV(B) 230.37º 0.91% 0.81% -
XYZ 12.51 6.79 59.04 -
YUV 57.93 211.56 100.23 -
System Red Green Blue C M Y K H S L
Decimal 19 49 206 0.91 0.76 0 0.19 230.37 0.83 0.44
Hex 13 31 CE 5B 4C 0 13 E6 53 2C
Octal 23 61 316 133 114 0 23 346 123 54
Binary 10011 110001 11001110 1011011 1001100 0 10011 11100110 1010011 101100

Color Harmonies of #1331CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1331CE

Black with #1331CE

Text Example


Text Example

White with #1331CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1331CE; }

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

 H1.HeaderClassName
 {
   color: #1331CE;
 }
 .AnyTagClassName
 {
   color: #1331CE;
 }
</style>

background-color css

<style>
 a { background-color: #1331CE; }

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

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

border-color css

<style>
 span { border-color: #1331CE; }

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

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