Html Css Color HEX #142FCB Persian Blue

📋 copy color: '#142FCB'

red 20 ◦ green 47 ◦ blue 203

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

Shades of Persian Blue #142FCB

Tints of Persian Blue #142FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.41%

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

R = 7.41%
G = 17.41%
B = 75.19%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#142FCB (or 0x142FCB) is known color: Persian Blue. HEX triplet: 14, 2F and CB. RGB value is (20,47,203). Sum of RGB (Red+Green+Blue) = 20+47+203=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #142FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142FCB is #EBD034. Grayscale: #383838. Windows color (decimal): -15454261 or 13315860. OLE color: 13315860.

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

Color convert

RGB 20 47 203 -
CMYK 0.90 0.77 0 0.20
HSL 231.15º 0.82% 0.44% -
HSV(B) 231.15º 0.9% 0.8% -
XYZ 12.08 6.49 57.12 -
YUV 56.71 210.55 101.82 -
System Red Green Blue C M Y K H S L
Decimal 20 47 203 0.90 0.77 0 0.20 231.15 0.82 0.44
Hex 14 2F CB 5A 4D 0 14 E7 52 2C
Octal 24 57 313 132 115 0 24 347 122 54
Binary 10100 101111 11001011 1011010 1001101 0 10100 11100111 1010010 101100

Color Harmonies of #142FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142FCB

Black with #142FCB

Text Example


Text Example

White with #142FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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