Html Css Color HEX #1343CC Persian Blue

📋 copy color: '#1343CC'

red 19 ◦ green 67 ◦ blue 204

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

Shades of Persian Blue #1343CC

Tints of Persian Blue #1343CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

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

R = 6.55%
G = 23.1%
B = 70.34%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1343CC (or 0x1343CC) is known color: Persian Blue. HEX triplet: 13, 43 and CC. RGB value is (19,67,204). Sum of RGB (Red+Green+Blue) = 19+67+204=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #1343CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1343CC is #ECBC33. Grayscale: #434343. Windows color (decimal): -15514676 or 13386515. OLE color: 13386515.

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

Color convert

RGB 19 67 204 -
CMYK 0.91 0.67 0 0.2
HSL 224.43º 0.83% 0.44% -
HSV(B) 224.43º 0.91% 0.8% -
XYZ 13.17 8.51 58.08 -
YUV 68.27 204.6 92.86 -
System Red Green Blue C M Y K H S L
Decimal 19 67 204 0.91 0.67 0 0.2 224.43 0.83 0.44
Hex 13 43 CC 5B 43 0 14 E0 53 2C
Octal 23 103 314 133 103 0 24 340 123 54
Binary 10011 1000011 11001100 1011011 1000011 0 10100 11100000 1010011 101100

Color Harmonies of #1343CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1343CC

Black with #1343CC

Text Example


Text Example

White with #1343CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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