Html Css Color HEX #142ECC Persian Blue

📋 copy color: '#142ECC'

red 20 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #142ECC

Tints of Persian Blue #142ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.04%

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

R = 7.41%
G = 17.04%
B = 75.56%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#142ECC (or 0x142ECC) is known color: Persian Blue. HEX triplet: 14, 2E and CC. RGB value is (20,46,204). Sum of RGB (Red+Green+Blue) = 20+46+204=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #142ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142ECC is #EBD133. Grayscale: #373737. Windows color (decimal): -15454516 or 13381140. OLE color: 13381140.

HSL color Cylindrical-coordinate representation of color #142ECC: hue angle of 231.52º 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 #142ECC is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 46 204 -
CMYK 0.90 0.77 0 0.2
HSL 231.52º 0.82% 0.44% -
HSV(B) 231.52º 0.9% 0.8% -
XYZ 12.16 6.46 57.73 -
YUV 56.24 211.39 102.15 -
System Red Green Blue C M Y K H S L
Decimal 20 46 204 0.90 0.77 0 0.2 231.52 0.82 0.44
Hex 14 2E CC 5A 4D 0 14 E8 52 2C
Octal 24 56 314 132 115 0 24 350 122 54
Binary 10100 101110 11001100 1011010 1001101 0 10100 11101000 1010010 101100

Color Harmonies of #142ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142ECC

Black with #142ECC

Text Example


Text Example

White with #142ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142ECC; }

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

 H1.HeaderClassName
 {
   color: #142ECC;
 }
 .AnyTagClassName
 {
   color: #142ECC;
 }
</style>

background-color css

<style>
 a { background-color: #142ECC; }

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

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

border-color css

<style>
 span { border-color: #142ECC; }

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

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