Html Css Color HEX #146AE5 Navy Blue

📋 copy color: '#146AE5'

red 20 ◦ green 106 ◦ blue 229

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

Shades of Navy Blue #146AE5

Tints of Navy Blue #146AE5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.86%

 BLUE value IS 229 (89.84% from 255) = 64.51%

R = 5.63%
G = 29.86%
B = 64.51%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#146AE5 (or 0x146AE5) is known color: Navy Blue. HEX triplet: 14, 6A and E5. RGB value is (20,106,229). Sum of RGB (Red+Green+Blue) = 20+106+229=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 229 (89.84% from 255 or 64.51% from 355); Max value from RGB is 229 - color contains mainly: blue. Hex color #146AE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146AE5 is #EB951A. Grayscale: #5D5D5D. Windows color (decimal): -15439131 or 15034900. OLE color: 15034900.

HSL color Cylindrical-coordinate representation of color #146AE5: hue angle of 215.31º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146AE5 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 20 106 229 -
CMYK 0.91 0.54 0 0.10
HSL 215.31º 0.84% 0.49% -
HSV(B) 215.31º 0.91% 0.9% -
XYZ 19.59 16.11 76.21 -
YUV 94.31 204.01 75 -
System Red Green Blue C M Y K H S L
Decimal 20 106 229 0.91 0.54 0 0.10 215.31 0.84 0.49
Hex 14 6A E5 5B 36 0 A D7 54 31
Octal 24 152 345 133 66 0 12 327 124 61
Binary 10100 1101010 11100101 1011011 110110 0 1010 11010111 1010100 110001

Color Harmonies of #146AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146AE5

Black with #146AE5

Text Example


Text Example

White with #146AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146AE5; }

 p { color: rgb(20,106,229); }

 H1.HeaderClassName
 {
   color: #146AE5;
 }
 .AnyTagClassName
 {
   color: #146AE5;
 }
</style>

background-color css

<style>
 a { background-color: #146AE5; }

 a { background-color: rgb(20,106,229); }

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

border-color css

<style>
 span { border-color: #146AE5; }

 span { border-color: rgb(20,106,229); }

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