Html Css Color HEX #142DCB Persian Blue

📋 copy color: '#142DCB'

red 20 ◦ green 45 ◦ blue 203

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

Shades of Persian Blue #142DCB

Tints of Persian Blue #142DCB

RGB

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

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

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

R = 7.46%
G = 16.79%
B = 75.75%

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

#142DCB (or 0x142DCB) is known color: Persian Blue. HEX triplet: 14, 2D and CB. RGB value is (20,45,203). Sum of RGB (Red+Green+Blue) = 20+45+203=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #142DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DCB is #EBD234. Grayscale: #363636. Windows color (decimal): -15454773 or 13315348. OLE color: 13315348.

HSL color Cylindrical-coordinate representation of color #142DCB: hue angle of 231.8º 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 #142DCB is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 45 203 -
CMYK 0.90 0.78 0 0.20
HSL 231.8º 0.82% 0.44% -
HSV(B) 231.8º 0.9% 0.8% -
XYZ 12.01 6.34 57.09 -
YUV 55.54 211.22 102.65 -
System Red Green Blue C M Y K H S L
Decimal 20 45 203 0.90 0.78 0 0.20 231.8 0.82 0.44
Hex 14 2D CB 5A 4E 0 14 E8 52 2C
Octal 24 55 313 132 116 0 24 350 122 54
Binary 10100 101101 11001011 1011010 1001110 0 10100 11101000 1010010 101100

Color Harmonies of #142DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142DCB

Black with #142DCB

Text Example


Text Example

White with #142DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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