Html Css Color HEX #1331EF Persian Blue

📋 copy color: '#1331EF'

red 19 ◦ green 49 ◦ blue 239

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

Shades of Persian Blue #1331EF

Tints of Persian Blue #1331EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 77.85%

R = 6.19%
G = 15.96%
B = 77.85%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1331EF (or 0x1331EF) is known color: Persian Blue. HEX triplet: 13, 31 and EF. RGB value is (19,49,239). Sum of RGB (Red+Green+Blue) = 19+49+239=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #1331EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1331EF is #ECCE10. Grayscale: #3C3C3C. Windows color (decimal): -15519249 or 15675667. OLE color: 15675667.

HSL color Cylindrical-coordinate representation of color #1331EF: hue angle of 231.82º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1331EF is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 49 239 -
CMYK 0.92 0.79 0 0.06
HSL 231.82º 0.87% 0.51% -
HSV(B) 231.82º 0.92% 0.94% -
XYZ 16.95 8.57 82.42 -
YUV 61.69 228.06 97.55 -
System Red Green Blue C M Y K H S L
Decimal 19 49 239 0.92 0.79 0 0.06 231.82 0.87 0.51
Hex 13 31 EF 5C 4F 0 6 E8 57 33
Octal 23 61 357 134 117 0 6 350 127 63
Binary 10011 110001 11101111 1011100 1001111 0 110 11101000 1010111 110011

Color Harmonies of #1331EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1331EF

Black with #1331EF

Text Example


Text Example

White with #1331EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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