Html Css Color HEX #143DC4 Persian Blue

📋 copy color: '#143DC4'

red 20 ◦ green 61 ◦ blue 196

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

Shades of Persian Blue #143DC4

Tints of Persian Blue #143DC4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.02%

 BLUE value IS 196 (76.95% from 255) = 70.76%

R = 7.22%
G = 22.02%
B = 70.76%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#143DC4 (or 0x143DC4) is known color: Persian Blue. HEX triplet: 14, 3D and C4. RGB value is (20,61,196). Sum of RGB (Red+Green+Blue) = 20+61+196=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 196 (76.95% from 255 or 70.76% from 277); Max value from RGB is 196 - color contains mainly: blue. Hex color #143DC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143DC4 is #EBC23B. Grayscale: #3F3F3F. Windows color (decimal): -15450684 or 12860692. OLE color: 12860692.

HSL color Cylindrical-coordinate representation of color #143DC4: hue angle of 226.02º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143DC4 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 61 196 -
CMYK 0.90 0.69 0 0.23
HSL 226.02º 0.81% 0.42% -
HSV(B) 226.02º 0.9% 0.77% -
XYZ 11.92 7.47 53.04 -
YUV 64.13 202.42 96.52 -
System Red Green Blue C M Y K H S L
Decimal 20 61 196 0.90 0.69 0 0.23 226.02 0.81 0.42
Hex 14 3D C4 5A 45 0 17 E2 51 2A
Octal 24 75 304 132 105 0 27 342 121 52
Binary 10100 111101 11000100 1011010 1000101 0 10111 11100010 1010001 101010

Color Harmonies of #143DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DC4

Black with #143DC4

Text Example


Text Example

White with #143DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,61,196); }

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

background-color css

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

 a { background-color: rgb(20,61,196); }

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

border-color css

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

 span { border-color: rgb(20,61,196); }

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