Html Css Color HEX #142ACF Persian Blue

📋 copy color: '#142ACF'

red 20 ◦ green 42 ◦ blue 207

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

Shades of Persian Blue #142ACF

Tints of Persian Blue #142ACF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.61%

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

R = 7.43%
G = 15.61%
B = 76.95%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#142ACF (or 0x142ACF) is known color: Persian Blue. HEX triplet: 14, 2A and CF. RGB value is (20,42,207). Sum of RGB (Red+Green+Blue) = 20+42+207=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 207 (81.25% from 255 or 76.95% from 269); Max value from RGB is 207 - color contains mainly: blue. Hex color #142ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142ACF is #EBD530. Grayscale: #353535. Windows color (decimal): -15455537 or 13576724. OLE color: 13576724.

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

Color convert

RGB 20 42 207 -
CMYK 0.90 0.80 0 0.19
HSL 232.94º 0.82% 0.45% -
HSV(B) 232.94º 0.9% 0.81% -
XYZ 12.38 6.31 59.6 -
YUV 54.23 214.21 103.58 -
System Red Green Blue C M Y K H S L
Decimal 20 42 207 0.90 0.80 0 0.19 232.94 0.82 0.45
Hex 14 2A CF 5A 50 0 13 E9 52 2D
Octal 24 52 317 132 120 0 23 351 122 55
Binary 10100 101010 11001111 1011010 1010000 0 10011 11101001 1010010 101101

Color Harmonies of #142ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142ACF

Black with #142ACF

Text Example


Text Example

White with #142ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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