Html Css Color HEX #142FCF Persian Blue

📋 copy color: '#142FCF'

red 20 ◦ green 47 ◦ blue 207

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

Shades of Persian Blue #142FCF

Tints of Persian Blue #142FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 75.55%

R = 7.3%
G = 17.15%
B = 75.55%

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

#142FCF (or 0x142FCF) is known color: Persian Blue. HEX triplet: 14, 2F and CF. RGB value is (20,47,207). Sum of RGB (Red+Green+Blue) = 20+47+207=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #142FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142FCF is #EBD030. Grayscale: #383838. Windows color (decimal): -15454257 or 13578004. OLE color: 13578004.

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

Color convert

RGB 20 47 207 -
CMYK 0.90 0.77 0 0.19
HSL 231.34º 0.82% 0.45% -
HSV(B) 231.34º 0.9% 0.81% -
XYZ 12.57 6.69 59.66 -
YUV 57.17 212.55 101.49 -
System Red Green Blue C M Y K H S L
Decimal 20 47 207 0.90 0.77 0 0.19 231.34 0.82 0.45
Hex 14 2F CF 5A 4D 0 13 E7 52 2D
Octal 24 57 317 132 115 0 23 347 122 55
Binary 10100 101111 11001111 1011010 1001101 0 10011 11100111 1010010 101101

Color Harmonies of #142FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142FCF

Black with #142FCF

Text Example


Text Example

White with #142FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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