Html Css Color HEX #1445DB Persian Blue

📋 copy color: '#1445DB'

red 20 ◦ green 69 ◦ blue 219

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

Shades of Persian Blue #1445DB

Tints of Persian Blue #1445DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 71.1%

R = 6.49%
G = 22.4%
B = 71.1%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1445DB (or 0x1445DB) is known color: Persian Blue. HEX triplet: 14, 45 and DB. RGB value is (20,69,219). Sum of RGB (Red+Green+Blue) = 20+69+219=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #1445DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1445DB is #EBBA24. Grayscale: #464646. Windows color (decimal): -15448613 or 14370068. OLE color: 14370068.

HSL color Cylindrical-coordinate representation of color #1445DB: hue angle of 225.23º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1445DB is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 69 219 -
CMYK 0.91 0.68 0 0.14
HSL 225.23º 0.83% 0.47% -
HSV(B) 225.23º 0.91% 0.86% -
XYZ 15.2 9.52 68.05 -
YUV 71.45 211.27 91.3 -
System Red Green Blue C M Y K H S L
Decimal 20 69 219 0.91 0.68 0 0.14 225.23 0.83 0.47
Hex 14 45 DB 5B 44 0 E E1 53 2F
Octal 24 105 333 133 104 0 16 341 123 57
Binary 10100 1000101 11011011 1011011 1000100 0 1110 11100001 1010011 101111

Color Harmonies of #1445DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1445DB

Black with #1445DB

Text Example


Text Example

White with #1445DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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