Html Css Color HEX #142FBC Persian Blue

📋 copy color: '#142FBC'

red 20 ◦ green 47 ◦ blue 188

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

Shades of Persian Blue #142FBC

Tints of Persian Blue #142FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 73.73%

R = 7.84%
G = 18.43%
B = 73.73%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#142FBC (or 0x142FBC) is known color: Persian Blue. HEX triplet: 14, 2F and BC. RGB value is (20,47,188). Sum of RGB (Red+Green+Blue) = 20+47+188=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #142FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142FBC is #EBD043. Grayscale: #363636. Windows color (decimal): -15454276 or 12332820. OLE color: 12332820.

HSL color Cylindrical-coordinate representation of color #142FBC: hue angle of 230.36º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #142FBC is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 47 188 -
CMYK 0.89 0.75 0 0.26
HSL 230.36º 0.81% 0.41% -
HSV(B) 230.36º 0.89% 0.74% -
XYZ 10.38 5.81 48.15 -
YUV 55 203.05 103.04 -
System Red Green Blue C M Y K H S L
Decimal 20 47 188 0.89 0.75 0 0.26 230.36 0.81 0.41
Hex 14 2F BC 59 4B 0 1A E6 51 29
Octal 24 57 274 131 113 0 32 346 121 51
Binary 10100 101111 10111100 1011001 1001011 0 11010 11100110 1010001 101001

Color Harmonies of #142FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142FBC

Black with #142FBC

Text Example


Text Example

White with #142FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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