Html Css Color HEX #1441CE Persian Blue

📋 copy color: '#1441CE'

red 20 ◦ green 65 ◦ blue 206

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

Shades of Persian Blue #1441CE

Tints of Persian Blue #1441CE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.34%

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

R = 6.87%
G = 22.34%
B = 70.79%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1441CE (or 0x1441CE) is known color: Persian Blue. HEX triplet: 14, 41 and CE. RGB value is (20,65,206). Sum of RGB (Red+Green+Blue) = 20+65+206=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #1441CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1441CE is #EBBE31. Grayscale: #434343. Windows color (decimal): -15449650 or 13517076. OLE color: 13517076.

HSL color Cylindrical-coordinate representation of color #1441CE: hue angle of 225.48º 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 #1441CE is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 65 206 -
CMYK 0.90 0.68 0 0.19
HSL 225.48º 0.82% 0.44% -
HSV(B) 225.48º 0.9% 0.81% -
XYZ 13.32 8.39 59.31 -
YUV 67.62 206.09 94.04 -
System Red Green Blue C M Y K H S L
Decimal 20 65 206 0.90 0.68 0 0.19 225.48 0.82 0.44
Hex 14 41 CE 5A 44 0 13 E1 52 2C
Octal 24 101 316 132 104 0 23 341 122 54
Binary 10100 1000001 11001110 1011010 1000100 0 10011 11100001 1010010 101100

Color Harmonies of #1441CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1441CE

Black with #1441CE

Text Example


Text Example

White with #1441CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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