Html Css Color HEX #142DBB Persian Blue

📋 copy color: '#142DBB'

red 20 ◦ green 45 ◦ blue 187

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

Shades of Persian Blue #142DBB

Tints of Persian Blue #142DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 74.21%

R = 7.94%
G = 17.86%
B = 74.21%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#142DBB (or 0x142DBB) is known color: Persian Blue. HEX triplet: 14, 2D and BB. RGB value is (20,45,187). Sum of RGB (Red+Green+Blue) = 20+45+187=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #142DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DBB is #EBD244. Grayscale: #353535. Windows color (decimal): -15454789 or 12266772. OLE color: 12266772.

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

Color convert

RGB 20 45 187 -
CMYK 0.89 0.76 0 0.27
HSL 231.02º 0.81% 0.41% -
HSV(B) 231.02º 0.89% 0.73% -
XYZ 10.2 5.61 47.56 -
YUV 53.71 203.22 103.95 -
System Red Green Blue C M Y K H S L
Decimal 20 45 187 0.89 0.76 0 0.27 231.02 0.81 0.41
Hex 14 2D BB 59 4C 0 1B E7 51 29
Octal 24 55 273 131 114 0 33 347 121 51
Binary 10100 101101 10111011 1011001 1001100 0 11011 11100111 1010001 101001

Color Harmonies of #142DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142DBB

Black with #142DBB

Text Example


Text Example

White with #142DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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