Html Css Color HEX #142DCC Persian Blue

📋 copy color: '#142DCC'

red 20 ◦ green 45 ◦ blue 204

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

Shades of Persian Blue #142DCC

Tints of Persian Blue #142DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.73%

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

R = 7.43%
G = 16.73%
B = 75.84%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#142DCC (or 0x142DCC) is known color: Persian Blue. HEX triplet: 14, 2D and CC. RGB value is (20,45,204). Sum of RGB (Red+Green+Blue) = 20+45+204=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #142DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DCC is #EBD233. Grayscale: #363636. Windows color (decimal): -15454772 or 13380884. OLE color: 13380884.

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

Color convert

RGB 20 45 204 -
CMYK 0.90 0.78 0 0.2
HSL 231.85º 0.82% 0.44% -
HSV(B) 231.85º 0.9% 0.8% -
XYZ 12.13 6.39 57.72 -
YUV 55.65 211.72 102.57 -
System Red Green Blue C M Y K H S L
Decimal 20 45 204 0.90 0.78 0 0.2 231.85 0.82 0.44
Hex 14 2D CC 5A 4E 0 14 E8 52 2C
Octal 24 55 314 132 116 0 24 350 122 54
Binary 10100 101101 11001100 1011010 1001110 0 10100 11101000 1010010 101100

Color Harmonies of #142DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142DCC

Black with #142DCC

Text Example


Text Example

White with #142DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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