Html Css Color HEX #142FCE Persian Blue

📋 copy color: '#142FCE'

red 20 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #142FCE

Tints of Persian Blue #142FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.22%

 BLUE value IS 206 (80.86% from 255) = 75.46%

R = 7.33%
G = 17.22%
B = 75.46%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#142FCE (or 0x142FCE) is known color: Persian Blue. HEX triplet: 14, 2F and CE. RGB value is (20,47,206). Sum of RGB (Red+Green+Blue) = 20+47+206=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #142FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142FCE is #EBD031. Grayscale: #383838. Windows color (decimal): -15454258 or 13512468. OLE color: 13512468.

HSL color Cylindrical-coordinate representation of color #142FCE: hue angle of 231.29º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142FCE is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 47 206 -
CMYK 0.90 0.77 0 0.19
HSL 231.29º 0.82% 0.44% -
HSV(B) 231.29º 0.9% 0.81% -
XYZ 12.45 6.64 59.02 -
YUV 57.05 212.05 101.57 -
System Red Green Blue C M Y K H S L
Decimal 20 47 206 0.90 0.77 0 0.19 231.29 0.82 0.44
Hex 14 2F CE 5A 4D 0 13 E7 52 2C
Octal 24 57 316 132 115 0 23 347 122 54
Binary 10100 101111 11001110 1011010 1001101 0 10011 11100111 1010010 101100

Color Harmonies of #142FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142FCE

Black with #142FCE

Text Example


Text Example

White with #142FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,47,206); }

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

background-color css

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

 a { background-color: rgb(20,47,206); }

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

border-color css

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

 span { border-color: rgb(20,47,206); }

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