Html Css Color HEX #143AD6 Persian Blue

📋 copy color: '#143AD6'

red 20 ◦ green 58 ◦ blue 214

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

Shades of Persian Blue #143AD6

Tints of Persian Blue #143AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 73.29%

R = 6.85%
G = 19.86%
B = 73.29%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#143AD6 (or 0x143AD6) is known color: Persian Blue. HEX triplet: 14, 3A and D6. RGB value is (20,58,214). Sum of RGB (Red+Green+Blue) = 20+58+214=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 214 (83.98% from 255 or 73.29% from 292); Max value from RGB is 214 - color contains mainly: blue. Hex color #143AD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143AD6 is #EBC529. Grayscale: #3F3F3F. Windows color (decimal): -15451434 or 14039572. OLE color: 14039572.

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

Color convert

RGB 20 58 214 -
CMYK 0.91 0.73 0 0.16
HSL 228.25º 0.83% 0.46% -
HSV(B) 228.25º 0.91% 0.84% -
XYZ 13.94 8.03 64.43 -
YUV 64.42 212.41 96.32 -
System Red Green Blue C M Y K H S L
Decimal 20 58 214 0.91 0.73 0 0.16 228.25 0.83 0.46
Hex 14 3A D6 5B 49 0 10 E4 53 2E
Octal 24 72 326 133 111 0 20 344 123 56
Binary 10100 111010 11010110 1011011 1001001 0 10000 11100100 1010011 101110

Color Harmonies of #143AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143AD6

Black with #143AD6

Text Example


Text Example

White with #143AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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