Html Css Color HEX #143DD7 Persian Blue

📋 copy color: '#143DD7'

red 20 ◦ green 61 ◦ blue 215

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

Shades of Persian Blue #143DD7

Tints of Persian Blue #143DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 72.64%

R = 6.76%
G = 20.61%
B = 72.64%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#143DD7 (or 0x143DD7) is known color: Persian Blue. HEX triplet: 14, 3D and D7. RGB value is (20,61,215). Sum of RGB (Red+Green+Blue) = 20+61+215=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 215 (84.38% from 255 or 72.64% from 296); Max value from RGB is 215 - color contains mainly: blue. Hex color #143DD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143DD7 is #EBC228. Grayscale: #414141. Windows color (decimal): -15450665 or 14105876. OLE color: 14105876.

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

Color convert

RGB 20 61 215 -
CMYK 0.91 0.72 0 0.16
HSL 227.38º 0.83% 0.46% -
HSV(B) 227.38º 0.91% 0.84% -
XYZ 14.22 8.39 65.16 -
YUV 66.3 211.92 94.98 -
System Red Green Blue C M Y K H S L
Decimal 20 61 215 0.91 0.72 0 0.16 227.38 0.83 0.46
Hex 14 3D D7 5B 48 0 10 E3 53 2E
Octal 24 75 327 133 110 0 20 343 123 56
Binary 10100 111101 11010111 1011011 1001000 0 10000 11100011 1010011 101110

Color Harmonies of #143DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DD7

Black with #143DD7

Text Example


Text Example

White with #143DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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