Html Css Color HEX #142CCD Persian Blue

📋 copy color: '#142CCD'

red 20 ◦ green 44 ◦ blue 205

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

Shades of Persian Blue #142CCD

Tints of Persian Blue #142CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.36%

 BLUE value IS 205 (80.47% from 255) = 76.21%

R = 7.43%
G = 16.36%
B = 76.21%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#142CCD (or 0x142CCD) is known color: Persian Blue. HEX triplet: 14, 2C and CD. RGB value is (20,44,205). Sum of RGB (Red+Green+Blue) = 20+44+205=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #142CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142CCD is #EBD332. Grayscale: #363636. Windows color (decimal): -15455027 or 13446164. OLE color: 13446164.

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

Color convert

RGB 20 44 205 -
CMYK 0.90 0.79 0 0.20
HSL 232.22º 0.82% 0.44% -
HSV(B) 232.22º 0.9% 0.8% -
XYZ 12.21 6.36 58.34 -
YUV 55.18 212.55 102.91 -
System Red Green Blue C M Y K H S L
Decimal 20 44 205 0.90 0.79 0 0.20 232.22 0.82 0.44
Hex 14 2C CD 5A 4F 0 14 E8 52 2C
Octal 24 54 315 132 117 0 24 350 122 54
Binary 10100 101100 11001101 1011010 1001111 0 10100 11101000 1010010 101100

Color Harmonies of #142CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142CCD

Black with #142CCD

Text Example


Text Example

White with #142CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,44,205); }

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

background-color css

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

 a { background-color: rgb(20,44,205); }

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

border-color css

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

 span { border-color: rgb(20,44,205); }

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