Html Css Color HEX #146AEA Navy Blue

📋 copy color: '#146AEA'

red 20 ◦ green 106 ◦ blue 234

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

Shades of Navy Blue #146AEA

Tints of Navy Blue #146AEA

RGB

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

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

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

R = 5.56%
G = 29.44%
B = 65%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#146AEA (or 0x146AEA) is known color: Navy Blue. HEX triplet: 14, 6A and EA. RGB value is (20,106,234). Sum of RGB (Red+Green+Blue) = 20+106+234=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #146AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146AEA is #EB9515. Grayscale: #5E5E5E. Windows color (decimal): -15439126 or 15362580. OLE color: 15362580.

HSL color Cylindrical-coordinate representation of color #146AEA: hue angle of 215.89º 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 #146AEA is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 106 234 -
CMYK 0.91 0.55 0 0.08
HSL 215.89º 0.84% 0.5% -
HSV(B) 215.89º 0.91% 0.92% -
XYZ 20.29 16.4 79.94 -
YUV 94.88 206.51 74.59 -
System Red Green Blue C M Y K H S L
Decimal 20 106 234 0.91 0.55 0 0.08 215.89 0.84 0.5
Hex 14 6A EA 5B 37 0 8 D8 54 32
Octal 24 152 352 133 67 0 10 330 124 62
Binary 10100 1101010 11101010 1011011 110111 0 1000 11011000 1010100 110010

Color Harmonies of #146AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146AEA

Black with #146AEA

Text Example


Text Example

White with #146AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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