Html Css Color HEX #1445CE Persian Blue

📋 copy color: '#1445CE'

red 20 ◦ green 69 ◦ blue 206

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

Shades of Persian Blue #1445CE

Tints of Persian Blue #1445CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.83%

R = 6.78%
G = 23.39%
B = 69.83%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1445CE (or 0x1445CE) is known color: Persian Blue. HEX triplet: 14, 45 and CE. RGB value is (20,69,206). Sum of RGB (Red+Green+Blue) = 20+69+206=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #1445CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1445CE is #EBBA31. Grayscale: #454545. Windows color (decimal): -15448626 or 13518100. OLE color: 13518100.

HSL color Cylindrical-coordinate representation of color #1445CE: hue angle of 224.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1445CE is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 69 206 -
CMYK 0.90 0.67 0 0.19
HSL 224.19º 0.82% 0.44% -
HSV(B) 224.19º 0.9% 0.81% -
XYZ 13.56 8.86 59.39 -
YUV 69.97 204.77 92.36 -
System Red Green Blue C M Y K H S L
Decimal 20 69 206 0.90 0.67 0 0.19 224.19 0.82 0.44
Hex 14 45 CE 5A 43 0 13 E0 52 2C
Octal 24 105 316 132 103 0 23 340 122 54
Binary 10100 1000101 11001110 1011010 1000011 0 10011 11100000 1010010 101100

Color Harmonies of #1445CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1445CE

Black with #1445CE

Text Example


Text Example

White with #1445CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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