Html Css Color HEX #142BCE Persian Blue

📋 copy color: '#142BCE'

red 20 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #142BCE

Tints of Persian Blue #142BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.99%

 BLUE value IS 206 (80.86% from 255) = 76.58%

R = 7.43%
G = 15.99%
B = 76.58%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#142BCE (or 0x142BCE) is known color: Persian Blue. HEX triplet: 14, 2B and CE. RGB value is (20,43,206). Sum of RGB (Red+Green+Blue) = 20+43+206=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #142BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142BCE is #EBD431. Grayscale: #363636. Windows color (decimal): -15455282 or 13511444. OLE color: 13511444.

HSL color Cylindrical-coordinate representation of color #142BCE: hue angle of 232.58º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142BCE is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 43 206 -
CMYK 0.90 0.79 0 0.19
HSL 232.58º 0.82% 0.44% -
HSV(B) 232.58º 0.9% 0.81% -
XYZ 12.29 6.33 58.97 -
YUV 54.71 213.38 103.25 -
System Red Green Blue C M Y K H S L
Decimal 20 43 206 0.90 0.79 0 0.19 232.58 0.82 0.44
Hex 14 2B CE 5A 4F 0 13 E9 52 2C
Octal 24 53 316 132 117 0 23 351 122 54
Binary 10100 101011 11001110 1011010 1001111 0 10011 11101001 1010010 101100

Color Harmonies of #142BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142BCE

Black with #142BCE

Text Example


Text Example

White with #142BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,43,206); }

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

background-color css

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

 a { background-color: rgb(20,43,206); }

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

border-color css

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

 span { border-color: rgb(20,43,206); }

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