Html Css Color HEX #1344BE Persian Blue

📋 copy color: '#1344BE'

red 19 ◦ green 68 ◦ blue 190

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

Shades of Persian Blue #1344BE

Tints of Persian Blue #1344BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.55%

 BLUE value IS 190 (74.61% from 255) = 68.59%

R = 6.86%
G = 24.55%
B = 68.59%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1344BE (or 0x1344BE) is known color: Persian Blue. HEX triplet: 13, 44 and BE. RGB value is (19,68,190). Sum of RGB (Red+Green+Blue) = 19+68+190=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #1344BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1344BE is #ECBB41. Grayscale: #424242. Windows color (decimal): -15514434 or 12469267. OLE color: 12469267.

HSL color Cylindrical-coordinate representation of color #1344BE: hue angle of 222.81º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1344BE is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 68 190 -
CMYK 0.90 0.64 0 0.25
HSL 222.81º 0.82% 0.41% -
HSV(B) 222.81º 0.9% 0.75% -
XYZ 11.63 7.99 49.64 -
YUV 67.26 197.27 93.58 -
System Red Green Blue C M Y K H S L
Decimal 19 68 190 0.90 0.64 0 0.25 222.81 0.82 0.41
Hex 13 44 BE 5A 40 0 19 DF 52 29
Octal 23 104 276 132 100 0 31 337 122 51
Binary 10011 1000100 10111110 1011010 1000000 0 11001 11011111 1010010 101001

Color Harmonies of #1344BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1344BE

Black with #1344BE

Text Example


Text Example

White with #1344BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1344BE; }

 p { color: rgb(19,68,190); }

 H1.HeaderClassName
 {
   color: #1344BE;
 }
 .AnyTagClassName
 {
   color: #1344BE;
 }
</style>

background-color css

<style>
 a { background-color: #1344BE; }

 a { background-color: rgb(19,68,190); }

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

border-color css

<style>
 span { border-color: #1344BE; }

 span { border-color: rgb(19,68,190); }

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