Html Css Color HEX #143DEB Persian Blue

📋 copy color: '#143DEB'

red 20 ◦ green 61 ◦ blue 235

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

Shades of Persian Blue #143DEB

Tints of Persian Blue #143DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.37%

R = 6.33%
G = 19.3%
B = 74.37%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#143DEB (or 0x143DEB) is known color: Persian Blue. HEX triplet: 14, 3D and EB. RGB value is (20,61,235). Sum of RGB (Red+Green+Blue) = 20+61+235=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #143DEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143DEB is #EBC214. Grayscale: #434343. Windows color (decimal): -15450645 or 15416596. OLE color: 15416596.

HSL color Cylindrical-coordinate representation of color #143DEB: hue angle of 228.56º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143DEB is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 61 235 -
CMYK 0.91 0.74 0 0.08
HSL 228.56º 0.84% 0.5% -
HSV(B) 228.56º 0.91% 0.92% -
XYZ 16.95 9.48 79.53 -
YUV 68.58 221.92 93.35 -
System Red Green Blue C M Y K H S L
Decimal 20 61 235 0.91 0.74 0 0.08 228.56 0.84 0.5
Hex 14 3D EB 5B 4A 0 8 E5 54 32
Octal 24 75 353 133 112 0 10 345 124 62
Binary 10100 111101 11101011 1011011 1001010 0 1000 11100101 1010100 110010

Color Harmonies of #143DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DEB

Black with #143DEB

Text Example


Text Example

White with #143DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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