Html Css Color HEX #1442CE Persian Blue

📋 copy color: '#1442CE'

red 20 ◦ green 66 ◦ blue 206

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

Shades of Persian Blue #1442CE

Tints of Persian Blue #1442CE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.6%

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

R = 6.85%
G = 22.6%
B = 70.55%

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

#1442CE (or 0x1442CE) is known color: Persian Blue. HEX triplet: 14, 42 and CE. RGB value is (20,66,206). Sum of RGB (Red+Green+Blue) = 20+66+206=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #1442CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1442CE is #EBBD31. Grayscale: #434343. Windows color (decimal): -15449394 or 13517332. OLE color: 13517332.

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

Color convert

RGB 20 66 206 -
CMYK 0.90 0.68 0 0.19
HSL 225.16º 0.82% 0.44% -
HSV(B) 225.16º 0.9% 0.81% -
XYZ 13.38 8.5 59.33 -
YUV 68.21 205.76 93.62 -
System Red Green Blue C M Y K H S L
Decimal 20 66 206 0.90 0.68 0 0.19 225.16 0.82 0.44
Hex 14 42 CE 5A 44 0 13 E1 52 2C
Octal 24 102 316 132 104 0 23 341 122 54
Binary 10100 1000010 11001110 1011010 1000100 0 10011 11100001 1010010 101100

Color Harmonies of #1442CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1442CE

Black with #1442CE

Text Example


Text Example

White with #1442CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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