Html Css Color HEX #143CDE Persian Blue

📋 copy color: '#143CDE'

red 20 ◦ green 60 ◦ blue 222

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

Shades of Persian Blue #143CDE

Tints of Persian Blue #143CDE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.87%

 BLUE value IS 222 (87.11% from 255) = 73.51%

R = 6.62%
G = 19.87%
B = 73.51%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#143CDE (or 0x143CDE) is known color: Persian Blue. HEX triplet: 14, 3C and DE. RGB value is (20,60,222). Sum of RGB (Red+Green+Blue) = 20+60+222=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 222 (87.11% from 255 or 73.51% from 302); Max value from RGB is 222 - color contains mainly: blue. Hex color #143CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143CDE is #EBC321. Grayscale: #414141. Windows color (decimal): -15450914 or 14564372. OLE color: 14564372.

HSL color Cylindrical-coordinate representation of color #143CDE: hue angle of 228.12º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143CDE is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 60 222 -
CMYK 0.91 0.73 0 0.13
HSL 228.12º 0.83% 0.47% -
HSV(B) 228.12º 0.91% 0.87% -
XYZ 15.09 8.65 69.98 -
YUV 66.51 215.75 94.83 -
System Red Green Blue C M Y K H S L
Decimal 20 60 222 0.91 0.73 0 0.13 228.12 0.83 0.47
Hex 14 3C DE 5B 49 0 D E4 53 2F
Octal 24 74 336 133 111 0 15 344 123 57
Binary 10100 111100 11011110 1011011 1001001 0 1101 11100100 1010011 101111

Color Harmonies of #143CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143CDE

Black with #143CDE

Text Example


Text Example

White with #143CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143CDE; }

 p { color: rgb(20,60,222); }

 H1.HeaderClassName
 {
   color: #143CDE;
 }
 .AnyTagClassName
 {
   color: #143CDE;
 }
</style>

background-color css

<style>
 a { background-color: #143CDE; }

 a { background-color: rgb(20,60,222); }

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

border-color css

<style>
 span { border-color: #143CDE; }

 span { border-color: rgb(20,60,222); }

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