Html Css Color HEX #143DCC Persian Blue

📋 copy color: '#143DCC'

red 20 ◦ green 61 ◦ blue 204

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

Shades of Persian Blue #143DCC

Tints of Persian Blue #143DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 71.58%

R = 7.02%
G = 21.4%
B = 71.58%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#143DCC (or 0x143DCC) is known color: Persian Blue. HEX triplet: 14, 3D and CC. RGB value is (20,61,204). Sum of RGB (Red+Green+Blue) = 20+61+204=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #143DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143DCC is #EBC233. Grayscale: #404040. Windows color (decimal): -15450676 or 13384980. OLE color: 13384980.

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

Color convert

RGB 20 61 204 -
CMYK 0.90 0.70 0 0.2
HSL 226.63º 0.82% 0.44% -
HSV(B) 226.63º 0.9% 0.8% -
XYZ 12.86 7.85 57.96 -
YUV 65.04 206.42 95.87 -
System Red Green Blue C M Y K H S L
Decimal 20 61 204 0.90 0.70 0 0.2 226.63 0.82 0.44
Hex 14 3D CC 5A 46 0 14 E3 52 2C
Octal 24 75 314 132 106 0 24 343 122 54
Binary 10100 111101 11001100 1011010 1000110 0 10100 11100011 1010010 101100

Color Harmonies of #143DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DCC

Black with #143DCC

Text Example


Text Example

White with #143DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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