Html Css Color HEX #142CCB Persian Blue

📋 copy color: '#142CCB'

red 20 ◦ green 44 ◦ blue 203

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

Shades of Persian Blue #142CCB

Tints of Persian Blue #142CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 76.03%

R = 7.49%
G = 16.48%
B = 76.03%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#142CCB (or 0x142CCB) is known color: Persian Blue. HEX triplet: 14, 2C and CB. RGB value is (20,44,203). Sum of RGB (Red+Green+Blue) = 20+44+203=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #142CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142CCB is #EBD334. Grayscale: #363636. Windows color (decimal): -15455029 or 13315092. OLE color: 13315092.

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

Color convert

RGB 20 44 203 -
CMYK 0.90 0.78 0 0.20
HSL 232.13º 0.82% 0.44% -
HSV(B) 232.13º 0.9% 0.8% -
XYZ 11.97 6.26 57.08 -
YUV 54.95 211.55 103.07 -
System Red Green Blue C M Y K H S L
Decimal 20 44 203 0.90 0.78 0 0.20 232.13 0.82 0.44
Hex 14 2C CB 5A 4E 0 14 E8 52 2C
Octal 24 54 313 132 116 0 24 350 122 54
Binary 10100 101100 11001011 1011010 1001110 0 10100 11101000 1010010 101100

Color Harmonies of #142CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142CCB

Black with #142CCB

Text Example


Text Example

White with #142CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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