Html Css Color HEX #142DBF Persian Blue

📋 copy color: '#142DBF'

red 20 ◦ green 45 ◦ blue 191

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

Shades of Persian Blue #142DBF

Tints of Persian Blue #142DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 74.61%

R = 7.81%
G = 17.58%
B = 74.61%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#142DBF (or 0x142DBF) is known color: Persian Blue. HEX triplet: 14, 2D and BF. RGB value is (20,45,191). Sum of RGB (Red+Green+Blue) = 20+45+191=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #142DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DBF is #EBD240. Grayscale: #353535. Windows color (decimal): -15454785 or 12528916. OLE color: 12528916.

HSL color Cylindrical-coordinate representation of color #142DBF: hue angle of 231.23º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142DBF is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 45 191 -
CMYK 0.90 0.76 0 0.25
HSL 231.23º 0.81% 0.41% -
HSV(B) 231.23º 0.9% 0.75% -
XYZ 10.63 5.79 49.85 -
YUV 54.17 205.22 103.63 -
System Red Green Blue C M Y K H S L
Decimal 20 45 191 0.90 0.76 0 0.25 231.23 0.81 0.41
Hex 14 2D BF 5A 4C 0 19 E7 51 29
Octal 24 55 277 132 114 0 31 347 121 51
Binary 10100 101101 10111111 1011010 1001100 0 11001 11100111 1010001 101001

Color Harmonies of #142DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142DBF

Black with #142DBF

Text Example


Text Example

White with #142DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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