Html Css Color HEX #142CDA Persian Blue

📋 copy color: '#142CDA'

red 20 ◦ green 44 ◦ blue 218

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

Shades of Persian Blue #142CDA

Tints of Persian Blue #142CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 77.3%

R = 7.09%
G = 15.6%
B = 77.3%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#142CDA (or 0x142CDA) is known color: Persian Blue. HEX triplet: 14, 2C and DA. RGB value is (20,44,218). Sum of RGB (Red+Green+Blue) = 20+44+218=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #142CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142CDA is #EBD325. Grayscale: #373737. Windows color (decimal): -15455014 or 14298132. OLE color: 14298132.

HSL color Cylindrical-coordinate representation of color #142CDA: hue angle of 232.73º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142CDA is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 44 218 -
CMYK 0.91 0.80 0 0.15
HSL 232.73º 0.83% 0.47% -
HSV(B) 232.73º 0.91% 0.85% -
XYZ 13.84 7.01 66.95 -
YUV 56.66 219.05 101.85 -
System Red Green Blue C M Y K H S L
Decimal 20 44 218 0.91 0.80 0 0.15 232.73 0.83 0.47
Hex 14 2C DA 5B 50 0 F E9 53 2F
Octal 24 54 332 133 120 0 17 351 123 57
Binary 10100 101100 11011010 1011011 1010000 0 1111 11101001 1010011 101111

Color Harmonies of #142CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142CDA

Black with #142CDA

Text Example


Text Example

White with #142CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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