Html Css Color HEX #1331CD Persian Blue

📋 copy color: '#1331CD'

red 19 ◦ green 49 ◦ blue 205

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

Shades of Persian Blue #1331CD

Tints of Persian Blue #1331CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 75.09%

R = 6.96%
G = 17.95%
B = 75.09%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1331CD (or 0x1331CD) is known color: Persian Blue. HEX triplet: 13, 31 and CD. RGB value is (19,49,205). Sum of RGB (Red+Green+Blue) = 19+49+205=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #1331CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1331CD is #ECCE32. Grayscale: #393939. Windows color (decimal): -15519283 or 13447443. OLE color: 13447443.

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

Color convert

RGB 19 49 205 -
CMYK 0.91 0.76 0 0.20
HSL 230.32º 0.83% 0.44% -
HSV(B) 230.32º 0.91% 0.8% -
XYZ 12.39 6.74 58.41 -
YUV 57.81 211.06 100.32 -
System Red Green Blue C M Y K H S L
Decimal 19 49 205 0.91 0.76 0 0.20 230.32 0.83 0.44
Hex 13 31 CD 5B 4C 0 14 E6 53 2C
Octal 23 61 315 133 114 0 24 346 123 54
Binary 10011 110001 11001101 1011011 1001100 0 10100 11100110 1010011 101100

Color Harmonies of #1331CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1331CD

Black with #1331CD

Text Example


Text Example

White with #1331CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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