Html Css Color HEX #143FDA Persian Blue

📋 copy color: '#143FDA'

red 20 ◦ green 63 ◦ blue 218

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

Shades of Persian Blue #143FDA

Tints of Persian Blue #143FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 20.93%

 BLUE value IS 218 (85.55% from 255) = 72.43%

R = 6.64%
G = 20.93%
B = 72.43%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#143FDA (or 0x143FDA) is known color: Persian Blue. HEX triplet: 14, 3F and DA. RGB value is (20,63,218). Sum of RGB (Red+Green+Blue) = 20+63+218=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #143FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143FDA is #EBC025. Grayscale: #434343. Windows color (decimal): -15450150 or 14302996. OLE color: 14302996.

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

Color convert

RGB 20 63 218 -
CMYK 0.91 0.71 0 0.15
HSL 226.97º 0.83% 0.47% -
HSV(B) 226.97º 0.91% 0.85% -
XYZ 14.72 8.77 67.25 -
YUV 67.81 212.75 93.9 -
System Red Green Blue C M Y K H S L
Decimal 20 63 218 0.91 0.71 0 0.15 226.97 0.83 0.47
Hex 14 3F DA 5B 47 0 F E3 53 2F
Octal 24 77 332 133 107 0 17 343 123 57
Binary 10100 111111 11011010 1011011 1000111 0 1111 11100011 1010011 101111

Color Harmonies of #143FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143FDA

Black with #143FDA

Text Example


Text Example

White with #143FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,63,218); }

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

background-color css

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

 a { background-color: rgb(20,63,218); }

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

border-color css

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

 span { border-color: rgb(20,63,218); }

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