Html Css Color HEX #1445BE Persian Blue

📋 copy color: '#1445BE'

red 20 ◦ green 69 ◦ blue 190

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

Shades of Persian Blue #1445BE

Tints of Persian Blue #1445BE

RGB

 RED value IS 20 (8.2% from 255) = 7.17%

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

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

R = 7.17%
G = 24.73%
B = 68.1%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1445BE (or 0x1445BE) is known color: Persian Blue. HEX triplet: 14, 45 and BE. RGB value is (20,69,190). Sum of RGB (Red+Green+Blue) = 20+69+190=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #1445BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1445BE is #EBBA41. Grayscale: #434343. Windows color (decimal): -15448642 or 12469524. OLE color: 12469524.

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

Color convert

RGB 20 69 190 -
CMYK 0.89 0.64 0 0.25
HSL 222.71º 0.81% 0.41% -
HSV(B) 222.71º 0.89% 0.75% -
XYZ 11.71 8.12 49.67 -
YUV 68.14 196.77 93.66 -
System Red Green Blue C M Y K H S L
Decimal 20 69 190 0.89 0.64 0 0.25 222.71 0.81 0.41
Hex 14 45 BE 59 40 0 19 DF 51 29
Octal 24 105 276 131 100 0 31 337 121 51
Binary 10100 1000101 10111110 1011001 1000000 0 11001 11011111 1010001 101001

Color Harmonies of #1445BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1445BE

Black with #1445BE

Text Example


Text Example

White with #1445BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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