Html Css Color HEX #1330CC Persian Blue

📋 copy color: '#1330CC'

red 19 ◦ green 48 ◦ blue 204

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

Shades of Persian Blue #1330CC

Tints of Persian Blue #1330CC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

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

R = 7.01%
G = 17.71%
B = 75.28%

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

#1330CC (or 0x1330CC) is known color: Persian Blue. HEX triplet: 13, 30 and CC. RGB value is (19,48,204). Sum of RGB (Red+Green+Blue) = 19+48+204=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #1330CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1330CC is #ECCF33. Grayscale: #383838. Windows color (decimal): -15519540 or 13381651. OLE color: 13381651.

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

Color convert

RGB 19 48 204 -
CMYK 0.91 0.76 0 0.2
HSL 230.59º 0.83% 0.44% -
HSV(B) 230.59º 0.91% 0.8% -
XYZ 12.22 6.61 57.76 -
YUV 57.11 210.89 100.82 -
System Red Green Blue C M Y K H S L
Decimal 19 48 204 0.91 0.76 0 0.2 230.59 0.83 0.44
Hex 13 30 CC 5B 4C 0 14 E7 53 2C
Octal 23 60 314 133 114 0 24 347 123 54
Binary 10011 110000 11001100 1011011 1001100 0 10100 11100111 1010011 101100

Color Harmonies of #1330CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1330CC

Black with #1330CC

Text Example


Text Example

White with #1330CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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