Html Css Color HEX #1331CC Persian Blue

📋 copy color: '#1331CC'

red 19 ◦ green 49 ◦ blue 204

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

Shades of Persian Blue #1331CC

Tints of Persian Blue #1331CC

RGB

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

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

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

R = 6.99%
G = 18.01%
B = 75%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1331CC (or 0x1331CC) is known color: Persian Blue. HEX triplet: 13, 31 and CC. RGB value is (19,49,204). Sum of RGB (Red+Green+Blue) = 19+49+204=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #1331CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1331CC is #ECCE33. Grayscale: #393939. Windows color (decimal): -15519284 or 13381907. OLE color: 13381907.

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

Color convert

RGB 19 49 204 -
CMYK 0.91 0.76 0 0.2
HSL 230.27º 0.83% 0.44% -
HSV(B) 230.27º 0.91% 0.8% -
XYZ 12.27 6.69 57.77 -
YUV 57.7 210.56 100.4 -
System Red Green Blue C M Y K H S L
Decimal 19 49 204 0.91 0.76 0 0.2 230.27 0.83 0.44
Hex 13 31 CC 5B 4C 0 14 E6 53 2C
Octal 23 61 314 133 114 0 24 346 123 54
Binary 10011 110001 11001100 1011011 1001100 0 10100 11100110 1010011 101100

Color Harmonies of #1331CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1331CC

Black with #1331CC

Text Example


Text Example

White with #1331CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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