Html Css Color HEX #1346DA Persian Blue

📋 copy color: '#1346DA'

red 19 ◦ green 70 ◦ blue 218

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

Shades of Persian Blue #1346DA

Tints of Persian Blue #1346DA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.8%

 BLUE value IS 218 (85.55% from 255) = 71.01%

R = 6.19%
G = 22.8%
B = 71.01%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1346DA (or 0x1346DA) is known color: Persian Blue. HEX triplet: 13, 46 and DA. RGB value is (19,70,218). Sum of RGB (Red+Green+Blue) = 19+70+218=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #1346DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1346DA is #ECB925. Grayscale: #464646. Windows color (decimal): -15513894 or 14304787. OLE color: 14304787.

HSL color Cylindrical-coordinate representation of color #1346DA: hue angle of 224.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1346DA is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 70 218 -
CMYK 0.91 0.68 0 0.15
HSL 224.62º 0.84% 0.46% -
HSV(B) 224.62º 0.91% 0.85% -
XYZ 15.11 9.58 67.38 -
YUV 71.62 210.6 90.47 -
System Red Green Blue C M Y K H S L
Decimal 19 70 218 0.91 0.68 0 0.15 224.62 0.84 0.46
Hex 13 46 DA 5B 44 0 F E1 54 2E
Octal 23 106 332 133 104 0 17 341 124 56
Binary 10011 1000110 11011010 1011011 1000100 0 1111 11100001 1010100 101110

Color Harmonies of #1346DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1346DA

Black with #1346DA

Text Example


Text Example

White with #1346DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1346DA; }

 p { color: rgb(19,70,218); }

 H1.HeaderClassName
 {
   color: #1346DA;
 }
 .AnyTagClassName
 {
   color: #1346DA;
 }
</style>

background-color css

<style>
 a { background-color: #1346DA; }

 a { background-color: rgb(19,70,218); }

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

border-color css

<style>
 span { border-color: #1346DA; }

 span { border-color: rgb(19,70,218); }

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