Html Css Color HEX #143BCE Persian Blue

📋 copy color: '#143BCE'

red 20 ◦ green 59 ◦ blue 206

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

Shades of Persian Blue #143BCE

Tints of Persian Blue #143BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.7%

 BLUE value IS 206 (80.86% from 255) = 72.28%

R = 7.02%
G = 20.7%
B = 72.28%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#143BCE (or 0x143BCE) is known color: Persian Blue. HEX triplet: 14, 3B and CE. RGB value is (20,59,206). Sum of RGB (Red+Green+Blue) = 20+59+206=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #143BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143BCE is #EBC431. Grayscale: #3F3F3F. Windows color (decimal): -15451186 or 13515540. OLE color: 13515540.

HSL color Cylindrical-coordinate representation of color #143BCE: hue angle of 227.42º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143BCE is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 59 206 -
CMYK 0.90 0.71 0 0.19
HSL 227.42º 0.82% 0.44% -
HSV(B) 227.42º 0.9% 0.81% -
XYZ 12.99 7.73 59.2 -
YUV 64.1 208.08 96.55 -
System Red Green Blue C M Y K H S L
Decimal 20 59 206 0.90 0.71 0 0.19 227.42 0.82 0.44
Hex 14 3B CE 5A 47 0 13 E3 52 2C
Octal 24 73 316 132 107 0 23 343 122 54
Binary 10100 111011 11001110 1011010 1000111 0 10011 11100011 1010010 101100

Color Harmonies of #143BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143BCE

Black with #143BCE

Text Example


Text Example

White with #143BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,59,206); }

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

background-color css

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

 a { background-color: rgb(20,59,206); }

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

border-color css

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

 span { border-color: rgb(20,59,206); }

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