Html Css Color HEX #146AEC Navy Blue

📋 copy color: '#146AEC'

red 20 ◦ green 106 ◦ blue 236

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

Shades of Navy Blue #146AEC

Tints of Navy Blue #146AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.19%

R = 5.52%
G = 29.28%
B = 65.19%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#146AEC (or 0x146AEC) is known color: Navy Blue. HEX triplet: 14, 6A and EC. RGB value is (20,106,236). Sum of RGB (Red+Green+Blue) = 20+106+236=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #146AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146AEC is #EB9513. Grayscale: #5E5E5E. Windows color (decimal): -15439124 or 15493652. OLE color: 15493652.

HSL color Cylindrical-coordinate representation of color #146AEC: hue angle of 216.11º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146AEC is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 106 236 -
CMYK 0.92 0.55 0 0.07
HSL 216.11º 0.85% 0.5% -
HSV(B) 216.11º 0.92% 0.93% -
XYZ 20.58 16.51 81.46 -
YUV 95.11 207.51 74.43 -
System Red Green Blue C M Y K H S L
Decimal 20 106 236 0.92 0.55 0 0.07 216.11 0.85 0.5
Hex 14 6A EC 5C 37 0 7 D8 55 32
Octal 24 152 354 134 67 0 7 330 125 62
Binary 10100 1101010 11101100 1011100 110111 0 111 11011000 1010101 110010

Color Harmonies of #146AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146AEC

Black with #146AEC

Text Example


Text Example

White with #146AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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