Html Css Color HEX #143ADE Persian Blue

📋 copy color: '#143ADE'

red 20 ◦ green 58 ◦ blue 222

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

Shades of Persian Blue #143ADE

Tints of Persian Blue #143ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.33%

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

R = 6.67%
G = 19.33%
B = 74%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#143ADE (or 0x143ADE) is known color: Persian Blue. HEX triplet: 14, 3A and DE. RGB value is (20,58,222). Sum of RGB (Red+Green+Blue) = 20+58+222=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #143ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143ADE is #EBC521. Grayscale: #404040. Windows color (decimal): -15451426 or 14563860. OLE color: 14563860.

HSL color Cylindrical-coordinate representation of color #143ADE: hue angle of 228.71º 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 #143ADE is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 58 222 -
CMYK 0.91 0.74 0 0.13
HSL 228.71º 0.83% 0.47% -
HSV(B) 228.71º 0.91% 0.87% -
XYZ 14.99 8.45 69.95 -
YUV 65.33 216.41 95.66 -
System Red Green Blue C M Y K H S L
Decimal 20 58 222 0.91 0.74 0 0.13 228.71 0.83 0.47
Hex 14 3A DE 5B 4A 0 D E5 53 2F
Octal 24 72 336 133 112 0 15 345 123 57
Binary 10100 111010 11011110 1011011 1001010 0 1101 11100101 1010011 101111

Color Harmonies of #143ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143ADE

Black with #143ADE

Text Example


Text Example

White with #143ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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