Html Css Color HEX #142CBB Persian Blue

📋 copy color: '#142CBB'

red 20 ◦ green 44 ◦ blue 187

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

Shades of Persian Blue #142CBB

Tints of Persian Blue #142CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.53%

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

R = 7.97%
G = 17.53%
B = 74.5%

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

#142CBB (or 0x142CBB) is known color: Persian Blue. HEX triplet: 14, 2C and BB. RGB value is (20,44,187). Sum of RGB (Red+Green+Blue) = 20+44+187=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #142CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142CBB is #EBD344. Grayscale: #343434. Windows color (decimal): -15455045 or 12266516. OLE color: 12266516.

HSL color Cylindrical-coordinate representation of color #142CBB: hue angle of 231.38º 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 #142CBB is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 44 187 -
CMYK 0.89 0.76 0 0.27
HSL 231.38º 0.81% 0.41% -
HSV(B) 231.38º 0.89% 0.73% -
XYZ 10.16 5.54 47.55 -
YUV 53.13 203.55 104.37 -
System Red Green Blue C M Y K H S L
Decimal 20 44 187 0.89 0.76 0 0.27 231.38 0.81 0.41
Hex 14 2C BB 59 4C 0 1B E7 51 29
Octal 24 54 273 131 114 0 33 347 121 51
Binary 10100 101100 10111011 1011001 1001100 0 11011 11100111 1010001 101001

Color Harmonies of #142CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142CBB

Black with #142CBB

Text Example


Text Example

White with #142CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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