Html Css Color HEX #142BDA Persian Blue

📋 copy color: '#142BDA'

red 20 ◦ green 43 ◦ blue 218

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

Shades of Persian Blue #142BDA

Tints of Persian Blue #142BDA

RGB

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

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

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

R = 7.12%
G = 15.3%
B = 77.58%

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

#142BDA (or 0x142BDA) is known color: Persian Blue. HEX triplet: 14, 2B and DA. RGB value is (20,43,218). Sum of RGB (Red+Green+Blue) = 20+43+218=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 218 (85.55% from 255 or 77.58% from 281); Max value from RGB is 218 - color contains mainly: blue. Hex color #142BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142BDA is #EBD425. Grayscale: #373737. Windows color (decimal): -15455270 or 14297876. OLE color: 14297876.

HSL color Cylindrical-coordinate representation of color #142BDA: hue angle of 233.03º 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 #142BDA is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 43 218 -
CMYK 0.91 0.80 0 0.15
HSL 233.03º 0.83% 0.47% -
HSV(B) 233.03º 0.91% 0.85% -
XYZ 13.81 6.94 66.94 -
YUV 56.07 219.38 102.27 -
System Red Green Blue C M Y K H S L
Decimal 20 43 218 0.91 0.80 0 0.15 233.03 0.83 0.47
Hex 14 2B DA 5B 50 0 F E9 53 2F
Octal 24 53 332 133 120 0 17 351 123 57
Binary 10100 101011 11011010 1011011 1010000 0 1111 11101001 1010011 101111

Color Harmonies of #142BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142BDA

Black with #142BDA

Text Example


Text Example

White with #142BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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