Html Css Color HEX #142EEA Persian Blue

📋 copy color: '#142EEA'

red 20 ◦ green 46 ◦ blue 234

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

Shades of Persian Blue #142EEA

Tints of Persian Blue #142EEA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.33%

 BLUE value IS 234 (91.8% from 255) = 78%

R = 6.67%
G = 15.33%
B = 78%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#142EEA (or 0x142EEA) is known color: Persian Blue. HEX triplet: 14, 2E and EA. RGB value is (20,46,234). Sum of RGB (Red+Green+Blue) = 20+46+234=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #142EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142EEA is #EBD115. Grayscale: #3A3A3A. Windows color (decimal): -15454486 or 15347220. OLE color: 15347220.

HSL color Cylindrical-coordinate representation of color #142EEA: hue angle of 232.71º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142EEA is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 46 234 -
CMYK 0.91 0.80 0 0.08
HSL 232.71º 0.84% 0.5% -
HSV(B) 232.71º 0.91% 0.92% -
XYZ 16.12 8.04 78.54 -
YUV 59.66 226.39 99.71 -
System Red Green Blue C M Y K H S L
Decimal 20 46 234 0.91 0.80 0 0.08 232.71 0.84 0.5
Hex 14 2E EA 5B 50 0 8 E9 54 32
Octal 24 56 352 133 120 0 10 351 124 62
Binary 10100 101110 11101010 1011011 1010000 0 1000 11101001 1010100 110010

Color Harmonies of #142EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142EEA

Black with #142EEA

Text Example


Text Example

White with #142EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,46,234); }

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

background-color css

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

 a { background-color: rgb(20,46,234); }

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

border-color css

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

 span { border-color: rgb(20,46,234); }

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