Html Css Color HEX #143CE9 Persian Blue

📋 copy color: '#143CE9'

red 20 ◦ green 60 ◦ blue 233

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

Shades of Persian Blue #143CE9

Tints of Persian Blue #143CE9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 233 (91.41% from 255) = 74.44%

R = 6.39%
G = 19.17%
B = 74.44%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#143CE9 (or 0x143CE9) is known color: Persian Blue. HEX triplet: 14, 3C and E9. RGB value is (20,60,233). Sum of RGB (Red+Green+Blue) = 20+60+233=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 233 (91.41% from 255 or 74.44% from 313); Max value from RGB is 233 - color contains mainly: blue. Hex color #143CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143CE9 is #EBC316. Grayscale: #434343. Windows color (decimal): -15450903 or 15285268. OLE color: 15285268.

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

Color convert

RGB 20 60 233 -
CMYK 0.91 0.74 0 0.09
HSL 228.73º 0.84% 0.5% -
HSV(B) 228.73º 0.91% 0.91% -
XYZ 16.61 9.26 78 -
YUV 67.76 221.25 93.93 -
System Red Green Blue C M Y K H S L
Decimal 20 60 233 0.91 0.74 0 0.09 228.73 0.84 0.5
Hex 14 3C E9 5B 4A 0 9 E5 54 32
Octal 24 74 351 133 112 0 11 345 124 62
Binary 10100 111100 11101001 1011011 1001010 0 1001 11100101 1010100 110010

Color Harmonies of #143CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143CE9

Black with #143CE9

Text Example


Text Example

White with #143CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,60,233); }

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

background-color css

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

 a { background-color: rgb(20,60,233); }

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

border-color css

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

 span { border-color: rgb(20,60,233); }

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