Html Css Color HEX #1345BE Persian Blue

📋 copy color: '#1345BE'

red 19 ◦ green 69 ◦ blue 190

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

Shades of Persian Blue #1345BE

Tints of Persian Blue #1345BE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

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

R = 6.83%
G = 24.82%
B = 68.35%

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

#1345BE (or 0x1345BE) is known color: Persian Blue. HEX triplet: 13, 45 and BE. RGB value is (19,69,190). Sum of RGB (Red+Green+Blue) = 19+69+190=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #1345BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1345BE is #ECBA41. Grayscale: #434343. Windows color (decimal): -15514178 or 12469523. OLE color: 12469523.

HSL color Cylindrical-coordinate representation of color #1345BE: hue angle of 222.46º 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 #1345BE is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 69 190 -
CMYK 0.90 0.64 0 0.25
HSL 222.46º 0.82% 0.41% -
HSV(B) 222.46º 0.9% 0.75% -
XYZ 11.69 8.11 49.66 -
YUV 67.84 196.94 93.16 -
System Red Green Blue C M Y K H S L
Decimal 19 69 190 0.90 0.64 0 0.25 222.46 0.82 0.41
Hex 13 45 BE 5A 40 0 19 DE 52 29
Octal 23 105 276 132 100 0 31 336 122 51
Binary 10011 1000101 10111110 1011010 1000000 0 11001 11011110 1010010 101001

Color Harmonies of #1345BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1345BE

Black with #1345BE

Text Example


Text Example

White with #1345BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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